summaryrefslogtreecommitdiffstats
path: root/mkspecs/linux-g++/qmake.conf
diff options
context:
space:
mode:
authorAlexander Golubev <fatzer2@gmail.com>2024-03-10 16:42:41 +0300
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-03-11 11:46:42 +0900
commit5232ccdf6460466ce8cfd5058b3c6ebdf7e65e73 (patch)
tree423ec245a63837cb58795670d7baee2ee3decc7f /mkspecs/linux-g++/qmake.conf
parentd643d19c963f1ede982fc107b8038f37dadf27f4 (diff)
downloadtqt3-5232ccdf.tar.gz
tqt3-5232ccdf.zip
Avoid setting CONFIG=thread in qmake.conf
Otherwise it's impossible to override in ./configure Signed-off-by: Alexander Golubev <fatzer2@gmail.com> (cherry picked from commit cbdf33337892590c7f81ce37d8f67894912753af)
Diffstat (limited to 'mkspecs/linux-g++/qmake.conf')
-rw-r--r--mkspecs/linux-g++/qmake.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkspecs/linux-g++/qmake.conf b/mkspecs/linux-g++/qmake.conf
index ad959384..f717e6fe 100644
--- a/mkspecs/linux-g++/qmake.conf
+++ b/mkspecs/linux-g++/qmake.conf
@@ -5,7 +5,7 @@
MAKEFILE_GENERATOR = UNIX
TEMPLATE = app
-CONFIG += qt warn_on release incremental link_prl thread
+CONFIG += qt warn_on release incremental link_prl
QMAKE_INCREMENTAL_STYLE = sublib
QMAKE_CC = gcc