summaryrefslogtreecommitdiffstats
path: root/configure.pri
diff options
context:
space:
mode:
Diffstat (limited to 'configure.pri')
-rw-r--r--configure.pri5
1 files changed, 0 insertions, 5 deletions
diff --git a/configure.pri b/configure.pri
index 13ceb8cdc..3a144e3f8 100644
--- a/configure.pri
+++ b/configure.pri
@@ -367,11 +367,6 @@ defineTest(qtConfTest_hasThumbFlag) {
return(true)
}
-defineTest(qtConfTest_hasGcc6OrNewer) {
- greaterThan(QMAKE_GCC_MAJOR_VERSION, 5):return(true)
- return(false)
-}
-
defineTest(qtConfTest_detectSubmodule) {
isEmpty(QTWEBENGINE_ROOT) {
# topLevel build , add poor man's workaround