18a3f6169b
Conflicts: demos/demos.pro demos/embedded/digiflip/digiflip.pro examples/examples.pro examples/graphicsview/embeddeddialogs/embeddeddialogs.pro src/gui/kernel/qplatformglcontext_qpa.cpp src/plugins/platforms/wayland/gl_integration/xcomposite_egl/qwaylandxcompositeeglcontext.cpp src/plugins/platforms/wayland/gl_integration/xcomposite_glx/qwaylandxcompositeglxcontext.cpp src/plugins/platforms/wayland/qwaylanddisplay.cpp src/plugins/platforms/wayland/qwaylandwindow.cpp Change-Id: I2a4ec9e2ca9c9aa9d57b55f98985e810b77bb745
29 lines
651 B
Prolog
29 lines
651 B
Prolog
TEMPLATE = subdirs
|
|
|
|
SUBDIRS = books \
|
|
drilldown
|
|
!symbian: SUBDIRS += cachedtable \
|
|
relationaltablemodel \
|
|
sqlwidgetmapper
|
|
|
|
!wince*: SUBDIRS += masterdetail
|
|
|
|
!wince*:!symbian: SUBDIRS += \
|
|
querymodel \
|
|
tablemodel
|
|
|
|
!cross_compile:{
|
|
contains(QT_BUILD_PARTS, tools):{
|
|
SUBDIRS += sqlbrowser
|
|
}
|
|
}
|
|
|
|
# install
|
|
sources.files = connection.h sql.pro README
|
|
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/sql
|
|
INSTALLS += sources
|
|
|
|
symbian: CONFIG += qt_example
|
|
QT += widgets
|
|
maemo5: CONFIG += qt_example
|