diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-18 01:14:14 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-18 01:14:14 +0900 |
| commit | ba6d03ebba7d530bc488b62a4d648f8b9c6a2f0a (patch) | |
| tree | 2585dbfdce6bdb0d38b2a475792b889cfacf7ef4 /INSTALL-cmake | |
| parent | 8c5922f4fba67de179658e96d8b421f4a991f946 (diff) | |
| download | tdesvn-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>
Diffstat (limited to 'INSTALL-cmake')
| -rw-r--r-- | INSTALL-cmake | 4 |
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 |
