QT_DEFINES += -DQT_NO_MTDEV -DQT_NO_LIBUDEV -DQT_NO_TSLIB -DQT_NO_LIBINPUT -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_QUICK_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB QT_INCPATH += \ qtdeclarative/src/imports/qtquick2 \ qtdeclarative/include/QtQuick/5.6.2 \ qtdeclarative/include/QtQuick/5.6.2/QtQuick \ qtbase/include/QtGui/5.6.2 \ qtbase/include/QtGui/5.6.2/QtGui \ qtdeclarative/include \ qtdeclarative/include/QtQuick \ qtbase/include \ qtbase/include/QtGui \ qtdeclarative/include/QtQml/5.6.2 \ qtdeclarative/include/QtQml/5.6.2/QtQml \ qtbase/include/QtCore/5.6.2 \ qtbase/include/QtCore/5.6.2/QtCore \ qtdeclarative/include/QtQml \ qtbase/include/QtNetwork \ qtbase/include/QtCore \ qtbase/mkspecs/genode-g++ QT_SOURCES += \ plugin.cpp QT_VPATH += \ qtdeclarative/src/imports/qtquick2 \ # 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 = \ # 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 = \ plugin.moc