diff options
author | Oswald Buddenhagen <oswald.buddenhagen@nokia.com> | 2012-07-03 21:43:31 +0200 |
---|---|---|
committer | Oswald Buddenhagen <oswald.buddenhagen@nokia.com> | 2012-07-11 23:53:54 +0200 |
commit | 3ae60a1dbb397df2f293e62c3978c11a0d9c9453 (patch) | |
tree | 259fe097e9a7a8b6372f0111fc16fc73d808d0f9 /qtwayland.pro | |
parent | 61d9acc0df8dec6cda5f563eef326b951e6ec4f8 (diff) | |
download | qtwayland-3ae60a1dbb397df2f293e62c3978c11a0d9c9453.tar.gz |
use centralized handling of QT_BUILD_PARTS
Change-Id: I3cf1aeeec697f39ec5fa21fe84731b12c36d54f1
Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
Diffstat (limited to 'qtwayland.pro')
-rw-r--r-- | qtwayland.pro | 25 |
1 files changed, 1 insertions, 24 deletions
diff --git a/qtwayland.pro b/qtwayland.pro index 4a802751..fa2822b8 100644 --- a/qtwayland.pro +++ b/qtwayland.pro @@ -2,27 +2,4 @@ load(configure) qtCompileTest(xkbcommon) qtCompileTest(brcm_egl) -TEMPLATE=subdirs -CONFIG += ordered - -module_qtwayland_src.subdir = src -module_qtwayland_src.target = module-qtwayland-src - -module_qtwayland_examples.subdir = examples -module_qtwayland_examples.target = module-qtwayland-examples -module_qtwayland_examples.depends = module_qtwayland_src -!contains(QT_BUILD_PARTS,examples) { - module_qtwayland_examples.CONFIG = no_default_target no_default_install -} - -module_qtwayland_tests.subdir = tests -module_qtwayland_tests.target = module-qtwayland-tests -module_qtwayland_tests.depends = module_qtwayland_src -module_qtwayland_tests.CONFIG = no_default_install -!contains(QT_BUILD_PARTS,tests):{ - module_qtwayland_tests.CONFIG += no_default_target -} - -SUBDIRS += module_qtwayland_src \ - module_qtwayland_examples \ - module_qtwayland_tests +load(qt_parts) |