summaryrefslogtreecommitdiffstats
path: root/tests/auto
diff options
context:
space:
mode:
authorJohan Klokkhammer Helsing <johan.helsing@theqtcompany.com>2016-03-31 09:48:46 +0200
committerJohan Helsing <johan.helsing@theqtcompany.com>2016-04-01 06:41:50 +0000
commitd4451028906f91267af6b5439b9798fb337823ca (patch)
tree0488287c8be27e503554c32946d51921fe6585ac /tests/auto
parentecde73e9f5aa2b5d26e1497332d045130e1b5ccf (diff)
Remove traces of obsolete config flag "wayland-compositor"
The compositor is always built regardless of this config flag. Consequently some of the documentation and configuration was contradicting and confusing. * Removes the mentions of the flag from the README * Always build compositor tests * Always build plugins Update readme Change-Id: I37b7d1f0250beb17780834928114ecefdf17684e Reviewed-by: Pier Luigi Fiorini <pierluigi.fiorini@gmail.com>
Diffstat (limited to 'tests/auto')
-rw-r--r--tests/auto/auto.pro7
1 files changed, 1 insertions, 6 deletions
diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro
index c503803b4..a704c7322 100644
--- a/tests/auto/auto.pro
+++ b/tests/auto/auto.pro
@@ -1,10 +1,5 @@
TEMPLATE=subdirs
-#Only build compositor test when we are
-#building QtCompositor
-contains(CONFIG, wayland-compositor) {
- SUBDIRS += compositor
-}
-
SUBDIRS += client
SUBDIRS += cmake
+SUBDIRS += compositor