summaryrefslogtreecommitdiffstats
path: root/installerfw.pro
diff options
context:
space:
mode:
authorIikka Eklund <iikka.eklund@digia.com>2012-01-27 10:50:33 +0200
committerNiels Weber <niels.2.weber@nokia.com>2012-01-27 10:39:56 +0100
commite5e5b1f5a36f538df2cde2519de15f7040295a72 (patch)
treefc833a2eee19a42a62193b8eb785642a02d55c07 /installerfw.pro
parent16d7917512ce2ac2431c8bab4905c9e76d99a399 (diff)
Exclude examples from Mac builds
On Mac the examples do not compile, when using Qt 4.8 This patch only exludes examples when building the whole framework on Mac. Change-Id: Ia497e25040162beb8d511f0a7b3d9b4d7affb002 Reviewed-by: Niels Weber <niels.2.weber@nokia.com>
Diffstat (limited to 'installerfw.pro')
-rw-r--r--installerfw.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/installerfw.pro b/installerfw.pro
index e2b8132c6..7d3a262a6 100644
--- a/installerfw.pro
+++ b/installerfw.pro
@@ -1,7 +1,7 @@
TEMPLATE=subdirs
CONFIG += ordered
SUBDIRS += installerbuilder examples tools
-
+mac:SUBDIRS -= examples
test.target=test
test.commands=(cd installerbuilder && $(MAKE) test)