genode/repos/libports/lib/mk/qt5_sql_generated.inc

58 lines
1.8 KiB
PHP

QT_DEFINES += -DQT_NO_LIBUDEV -DQT_NO_XCB -DQT_NO_XKBCOMMON -DQT_NO_USING_NAMESPACE -DQT_BUILD_SQL_LIB -DQT_BUILDING_QT -DQT_NO_CAST_TO_ASCII -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x050000 -DQT_NO_CAST_FROM_ASCII -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_CORE_LIB
QT_INCPATH += \
qtbase/include \
qtbase/include/QtCore \
qtbase/include/QtCore/5.1.0 \
qtbase/include/QtCore/5.1.0/QtCore \
qtbase/include/QtSql \
qtbase/include/QtSql/5.1.0 \
qtbase/include/QtSql/5.1.0/QtSql \
qtbase/mkspecs/genode-g++ \
qtbase/src/sql \
QT_SOURCES += \
qsqlquery.cpp \
qsqldatabase.cpp \
qsqlfield.cpp \
qsqlrecord.cpp \
qsqldriver.cpp \
qsqldriverplugin.cpp \
qsqlerror.cpp \
qsqlresult.cpp \
qsqlindex.cpp \
qsqlcachedresult.cpp \
qsqlquerymodel.cpp \
qsqltablemodel.cpp \
qsqlrelationaldelegate.cpp \
qsqlrelationaltablemodel.cpp \
moc_qsqldriver.cpp \
moc_qsqldriverplugin.cpp \
moc_qsqlquerymodel.cpp \
moc_qsqltablemodel.cpp \
moc_qsqlrelationaltablemodel.cpp
QT_VPATH += \
qtbase/src/sql/kernel \
qtbase/src/sql/models \
# 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_qsqldriver.cpp \
moc_qsqldriverplugin.cpp \
moc_qsqlquerymodel.cpp \
moc_qsqltablemodel.cpp \
moc_qsqlrelationaltablemodel.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 = \