QT_DEFINES += -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -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/window \ qtdeclarative/include/QtQuick/5.13.0 \ qtdeclarative/include/QtQuick/5.13.0/QtQuick \ qtbase/include/QtGui/5.13.0 \ qtbase/include/QtGui/5.13.0/QtGui \ qtdeclarative/include \ qtdeclarative/include/QtQuick \ qtbase/include \ qtbase/include/QtGui \ qtdeclarative/include/QtQml/5.13.0 \ qtdeclarative/include/QtQml/5.13.0/QtQml \ qtbase/include/QtCore/5.13.0 \ qtbase/include/QtCore/5.13.0/QtCore \ qtdeclarative/include/QtQml \ qtbase/include/QtNetwork \ qtbase/include/QtCore \ qtbase/mkspecs/genode-g++ QT_SOURCES += \ plugin.cpp QT_VPATH += \ qtdeclarative/src/imports/window \ # 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