summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2018-09-18 01:23:39 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2018-09-18 01:23:39 +0900
commit255eb2a46823fde79e43061a862ed2b3b3ac2702 (patch)
tree4bdf9607e2ca3359d96c51ace41ba140b9e1e5c9
parente4709a02687cd4373b8edaaa5cd536c5c4cbc359 (diff)
downloadtqtinterface-255eb2a4.tar.gz
tqtinterface-255eb2a4.zip
Revert "QT_THREAD_SUPPORT -> TQT_THREAD_SUPPORT conversion to align to updated admin module"
The previous commit was a mistake and should not have been pushed. This reverts commit e4709a02687cd4373b8edaaa5cd536c5c4cbc359.
-rw-r--r--ConfigureChecks.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake
index 9efbb8e..a210e98 100644
--- a/ConfigureChecks.cmake
+++ b/ConfigureChecks.cmake
@@ -171,10 +171,10 @@ if( QT_VERSION STREQUAL "3" )
if( HAVE_REAL_TQT )
set( QT_DEFINITIONS "-DQT_NO_ASCII_CAST -DQT_CLEAN_NAMESPACE -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -DTQT_THREAD_SUPPORT -D_REENTRANT" )
else( )
- set( QT_DEFINITIONS "-DQT_NO_ASCII_CAST -DQT_CLEAN_NAMESPACE -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -DTQT_THREAD_SUPPORT -D_REENTRANT" )
+ set( QT_DEFINITIONS "-DQT_NO_ASCII_CAST -DQT_CLEAN_NAMESPACE -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -DQT_THREAD_SUPPORT -D_REENTRANT" )
endif( )
elseif( QT_VERSION STREQUAL "4" )
- set( QT_DEFINITIONS "-DQT_NO_ASCII_CAST -DQT_CLEAN_NAMESPACE -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -DTQT_THREAD_SUPPORT -D_REENTRANT" )
+ set( QT_DEFINITIONS "-DQT_NO_ASCII_CAST -DQT_CLEAN_NAMESPACE -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -DQT_THREAD_SUPPORT -D_REENTRANT" )
endif( )