mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-20 14:13:09 +00:00
6cbf54aefb
Fixes #2496
41 lines
1.3 KiB
PHP
41 lines
1.3 KiB
PHP
QT_DEFINES += -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_PLUGIN -DQT_QUICK_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NO_QML_DEBUGGER -DQT_NETWORK_LIB -DQT_CORE_LIB
|
|
|
|
QT_INCPATH += \
|
|
qtvirtualkeyboard/src/virtualkeyboard/styles \
|
|
qtdeclarative/include \
|
|
qtdeclarative/include/QtQuick \
|
|
qtsvg/include \
|
|
qtsvg/include/QtSvg \
|
|
qtbase/include \
|
|
qtbase/include/QtWidgets \
|
|
qtbase/include/QtGui \
|
|
qtdeclarative/include/QtQml \
|
|
qtbase/include/QtNetwork \
|
|
qtbase/include/QtCore \
|
|
qtbase/mkspecs/genode-g++
|
|
|
|
QT_SOURCES += \
|
|
svgimageprovider.cpp \
|
|
styles_plugin.cpp \
|
|
qrc_styles.cpp \
|
|
moc_styles_plugin.cpp
|
|
|
|
QT_VPATH += \
|
|
qtvirtualkeyboard/src/virtualkeyboard/styles \
|
|
|
|
# some source files need to be generated by moc from other source/header files before
|
|
# they get #included again by the original source file in the compiling stage
|
|
|
|
# source files generated from existing header files ('moc_%.cpp: %.h' rule in import-qt5.inc)
|
|
# extracted from 'compiler_moc_header_make_all' target
|
|
|
|
COMPILER_MOC_HEADER_MAKE_ALL_FILES = \
|
|
moc_styles_plugin.cpp
|
|
|
|
# source files generated from existing source files ('%.moc: %.cpp' rule in import-qt5.inc)
|
|
# extracted from 'compiler_moc_source_make_all' rule
|
|
|
|
COMPILER_MOC_SOURCE_MAKE_ALL_FILES = \
|
|
|
|
|