summaryrefslogtreecommitdiffstats
path: root/src/imports
diff options
context:
space:
mode:
authorJohan Klokkhammer Helsing <johan.helsing@qt.io>2019-08-15 14:14:23 +0200
committerPaul Olav Tvete <paul.tvete@qt.io>2019-08-19 15:05:22 +0200
commitffec8ce782cebd4432c10ad7fb467b89164b6a2d (patch)
tree9785851d152f2bddb352ff5869a99ed21534f535 /src/imports
parent12e0f9c10de85ef47c4fcc64dae627d8e2c71976 (diff)
Make it possible to build only the compositor module
Reduces unnecessary coupling between the compositor and client modules. [ChangeLog][Compositor] The compositor module no longer depends on the client module. Change-Id: I108e56960835b6c31c450d5ae08a0a101af9422b Reviewed-by: Johan Helsing <johan.helsing@qt.io> Reviewed-by: Paul Olav Tvete <paul.tvete@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 4ff506c61..7452a9283 100644
--- a/src/imports/imports.pro
+++ b/src/imports/imports.pro
@@ -1,10 +1,10 @@
TEMPLATE = subdirs
-qtHaveModule(quick): {
+qtHaveModule(quick):qtHaveModule(waylandcompositor) {
SUBDIRS += \
compositor
- qtConfig(opengl): {
+ qtConfig(opengl):qtHaveModule(waylandclient) {
SUBDIRS += \
texture-sharing \
texture-sharing-extension