diff options
author | Alexander Golubev <[email protected]> | 2024-03-10 16:42:41 +0300 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-03-11 11:46:42 +0900 |
commit | 5232ccdf6460466ce8cfd5058b3c6ebdf7e65e73 (patch) | |
tree | 423ec245a63837cb58795670d7baee2ee3decc7f /mkspecs/dilos-g++ | |
parent | d643d19c963f1ede982fc107b8038f37dadf27f4 (diff) | |
download | tqt3-5232ccdf6460466ce8cfd5058b3c6ebdf7e65e73.tar.gz tqt3-5232ccdf6460466ce8cfd5058b3c6ebdf7e65e73.zip |
Avoid setting CONFIG=thread in qmake.conf
Otherwise it's impossible to override in ./configure
Signed-off-by: Alexander Golubev <[email protected]>
(cherry picked from commit cbdf33337892590c7f81ce37d8f67894912753af)
Diffstat (limited to 'mkspecs/dilos-g++')
-rw-r--r-- | mkspecs/dilos-g++/qmake.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mkspecs/dilos-g++/qmake.conf b/mkspecs/dilos-g++/qmake.conf index 669c316df..8574f9bfb 100644 --- a/mkspecs/dilos-g++/qmake.conf +++ b/mkspecs/dilos-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 |