QT_DEFINES += -DQFORMINTERNAL_NAMESPACE -DQT_DESIGNER_STATIC -DQT_FORMBUILDER_NO_SCRIPT -DQT_DESIGNER -DQT_NO_DEBUG -DQT_XML_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB QT_INCPATH = \ mkspecs/qws/genode-generic-g++ \ tools/designer/src/lib/uilib \ tools/designer/src/uitools \ QT_SOURCES = \ abstractformbuilder.cpp \ formbuilder.cpp \ ui4.cpp \ properties.cpp \ formbuilderextra.cpp \ resourcebuilder.cpp \ textbuilder.cpp \ quiloader.cpp \ moc_properties_p.cpp \ moc_quiloader.cpp QT_VPATH = \ tools/designer/src/lib/uilib \ tools/designer/src/uitools \ # 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 spec-qt4.mk) # extracted from 'compiler_moc_header_make_all' target COMPILER_MOC_HEADER_MAKE_ALL_FILES = \ moc_properties_p.cpp \ moc_quiloader.cpp # source files generated from existing source files ('%.moc: %.cpp' rule in spec-qt4.mk) # extracted from 'compiler_moc_source_make_all' rule COMPILER_MOC_SOURCE_MAKE_ALL_FILES = \ quiloader.moc