summaryrefslogtreecommitdiff
path: root/qmake-features
diff options
context:
space:
mode:
authorRobert Griebl <robert.griebl@pelagicore.com>2018-04-16 18:38:41 +0200
committerDominik Holland <dominik.holland@pelagicore.com>2018-04-17 07:26:43 +0000
commit6432c86c7dc38f1c1fa040ca813d608c6291a382 (patch)
tree9554c9bcddc1e00f6da03683fa7042789ca6bf19 /qmake-features
parent2437c9cb79edd3f4a904548d03d307f89356e9e9 (diff)
downloadqtapplicationmanager-6432c86c7dc38f1c1fa040ca813d608c6291a382.tar.gz
Remove the last traces of pre-5.7 QtWayland
Change-Id: Iac1f6e80cd4dce60401b92b6ba78293c6655331c Reviewed-by: Dominik Holland <dominik.holland@pelagicore.com>
Diffstat (limited to 'qmake-features')
-rw-r--r--qmake-features/am-config.prf2
1 files changed, 1 insertions, 1 deletions
diff --git a/qmake-features/am-config.prf b/qmake-features/am-config.prf
index d136f91f..c3ce1311 100644
--- a/qmake-features/am-config.prf
+++ b/qmake-features/am-config.prf
@@ -21,7 +21,7 @@ linux:!android:!disable-libbacktrace:if(enable-libbacktrace|CONFIG(debug, debug|
!force-single-process {
linux|osx {
- headless|qtHaveModule(compositor)|if(qtHaveModule(waylandcompositor):qtHaveModule(waylandcompositor-private)) {
+ headless|if(qtHaveModule(waylandcompositor):qtHaveModule(waylandcompositor-private)) {
CONFIG *= auto-multi-process
}
}