summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2018-09-18 01:14:14 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2018-09-18 01:14:14 +0900
commitba6d03ebba7d530bc488b62a4d648f8b9c6a2f0a (patch)
tree2585dbfdce6bdb0d38b2a475792b889cfacf7ef4
parent8c5922f4fba67de179658e96d8b421f4a991f946 (diff)
downloadtdesvn-ba6d03eb.tar.gz
tdesvn-ba6d03eb.zip
QT_THREAD_SUPPORT -> TQT_THREAD_SUPPORT conversion to align to updated admin module
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--INSTALL-cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL-cmake b/INSTALL-cmake
index d65c3fb..ad94936 100644
--- a/INSTALL-cmake
+++ b/INSTALL-cmake
@@ -10,10 +10,10 @@ before running cmake.
On some systems cmake doesn't detect that it is a threaded qt-version. So you should
do
-export CXXFLAGS="-DQT_THREAD_SUPPORT"
+export CXXFLAGS="-DTQT_THREAD_SUPPORT"
before running cmake.
-(Or give it as parameter to cmake with -DCMAKE_CXX_FLAGS="-DQT_THREAD_SUPPORT")
+(Or give it as parameter to cmake with -DCMAKE_CXX_FLAGS="-DTQT_THREAD_SUPPORT")
Prepare install