summaryrefslogtreecommitdiffstats
path: root/configure.pri
diff options
context:
space:
mode:
Diffstat (limited to 'configure.pri')
-rw-r--r--configure.pri14
1 files changed, 0 insertions, 14 deletions
diff --git a/configure.pri b/configure.pri
index f94624053..196c9abb1 100644
--- a/configure.pri
+++ b/configure.pri
@@ -149,20 +149,6 @@ defineTest(qtConfTest_detectEmbedded) {
return(false)
}
-defineTest(qtConfTest_detectXcb) {
- #workaround for for not working 'depends' in main configure when no 'module'
- QT_FOR_CONFIG += gui-private
- qtConfig(xcb): return(true)
- return(false)
-}
-
-defineTest(qtConfTest_detectDeveloperBuild) {
- #workaround for for not working 'depends' in main configure when no 'module'
- QT_FOR_CONFIG += core-private
- qtConfig(private_tests): return(true) # enabled for developer-build
- return(false)
-}
-
defineTest(qtConfTest_detectHostPkgConfig) {
PKG_CONFIG = $$qtConfPkgConfig(true)
isEmpty(PKG_CONFIG) {