Source

Target

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