From ba6d03ebba7d530bc488b62a4d648f8b9c6a2f0a Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Tue, 18 Sep 2018 01:14:14 +0900 Subject: [PATCH] QT_THREAD_SUPPORT -> TQT_THREAD_SUPPORT conversion to align to updated admin module Signed-off-by: Michele Calgaro --- INSTALL-cmake | 4 ++-- 1 file 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