summaryrefslogtreecommitdiffstats
path: root/src/imports
diff options
context:
space:
mode:
authorRainer Keller <Rainer.Keller@qt.io>2017-07-19 09:36:30 +0200
committerRainer Keller <Rainer.Keller@qt.io>2017-07-19 08:30:00 +0000
commit7f9178d4c6378fe574376d9d0ce234fa5603124e (patch)
tree12d9ea8fdc8156408c0c657a6b3206b032f483bf /src/imports
parent3df0b2b0aee9ce0a6150b113571e6b3f9f200b7d (diff)
Disable serviceframework for Boot to Qt
Tests fail and framework is not needed on this platform. Change-Id: Ib16de91d0fa32a82bde9a613c4750a4845d29f42 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to 'src/imports')
-rw-r--r--src/imports/imports.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/imports/imports.pro b/src/imports/imports.pro
index 579a1143..3100bb6b 100644
--- a/src/imports/imports.pro
+++ b/src/imports/imports.pro
@@ -1,5 +1,5 @@
TEMPLATE = subdirs
!macx:!without-systeminfo: SUBDIRS += systeminfo
-!without-publishsubscribe: SUBDIRS += publishsubscribe
-!macx:!without-serviceframework: SUBDIRS += serviceframework
+!boot2qt:!without-publishsubscribe: SUBDIRS += publishsubscribe
+!macx:!boot2qt:!without-serviceframework: SUBDIRS += serviceframework