Source

Target

Commits (2)
Showing with 5 additions and 6 deletions
load(qt_build_config)
CONFIG += qt_example_installs
MODULE_VERSION = 5.3.0
MODULE_VERSION = 5.3.1
TEMPLATE = subdirs
SUBDIRS = \
customclass \
qsdbg
SUBDIRS = customclass
qtHaveModule(gui): SUBDIRS += qsdbg
qtHaveModule(widgets) {
SUBDIRS += \
......@@ -22,8 +22,7 @@ qtHaveModule(widgets) {
}
!wince {
SUBDIRS += \
marshal
qtHaveModule(gui): SUBDIRS += marshal
}
maemo5: CONFIG += qt_example