qt6windows7/examples/sql/sql.pro
2023-10-29 23:33:08 +01:00

22 lines
493 B
Prolog

requires(qtHaveModule(widgets))
TEMPLATE = subdirs
SUBDIRS = books \
drilldown \
cachedtable \
querymodel \
relationaltablemodel \
sqlwidgetmapper \
tablemodel
qtHaveModule(xml): SUBDIRS += masterdetail
!cross_compile:{
contains(QT_BUILD_PARTS, tools):{
SUBDIRS += sqlbrowser
}
}
EXAMPLE_FILES = connection.h