summaryrefslogtreecommitdiffstats
path: root/src/core/config
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@qt.io>2016-09-12 15:05:42 +0200
committerSimon Hausmann <simon.hausmann@qt.io>2016-09-16 11:35:22 +0000
commit0310740f7bbd6f52086cd465c10e1f6b21fa828b (patch)
tree983f7889a12f24d8d5b14cfd108eeeb10cbeec02 /src/core/config
parenta6e29d8c3ea8a3f2530761f5db1ae1f620655d6a (diff)
Prepare for configure modularization in qtbase
This ensures we will find the features also after the modularization change in qtbase. Change-Id: I34d4eecbc51335c59e0e1d5d8de4149487fd07b6 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
Diffstat (limited to 'src/core/config')
-rw-r--r--src/core/config/linux.pri1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/config/linux.pri b/src/core/config/linux.pri
index a51a703bb..5fa93e819 100644
--- a/src/core/config/linux.pri
+++ b/src/core/config/linux.pri
@@ -1,4 +1,5 @@
include(common.pri)
+QT_FOR_CONFIG += gui-private
# linux_use_bundled_gold currently relies on a hardcoded relative path from chromium/src/out/(Release|Debug)
# Disable it along with the -Wl,--threads flag just in case gold isn't installed on the system.