diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-27 16:04:38 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-27 16:04:38 +0900 |
commit | 9c087636ab0374e3126e41979eb8f1f4782eef97 (patch) | |
tree | fe7ebf7401a89f5807e1b3517de2d731b48e15dd | |
parent | 041074009f2dbedbdf8fc0581543d739cf832064 (diff) | |
download | rosegarden-9c087636ab0374e3126e41979eb8f1f4782eef97.tar.gz rosegarden-9c087636ab0374e3126e41979eb8f1f4782eef97.zip |
qt -> tqt conversion:
QTDIR -> TQTDIR
QTDOC -> TQTDOC
INCDIR_QT -> INCDIR_TQT
LIBDIR_QT -> LIBDIR_TQT
QT_INC -> TQT_INC
QT_LIB -> TQT_LIB
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r-- | INSTALL | 2 | ||||
-rw-r--r-- | cmake_admin/FindPCHSupport.cmake | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -115,7 +115,7 @@ Dealing with Configuration Problems ----------------------------------- To locate Qt, CMake searches for qmake in your execute path -($PATH). CMake does not use the QTDIR environment variable. So make +($PATH). CMake does not use the TQTDIR environment variable. So make sure that the first qmake found in the execution path is the one you like to use. diff --git a/cmake_admin/FindPCHSupport.cmake b/cmake_admin/FindPCHSupport.cmake index d31a00d..bea00dc 100644 --- a/cmake_admin/FindPCHSupport.cmake +++ b/cmake_admin/FindPCHSupport.cmake @@ -60,7 +60,7 @@ MACRO(ADD_PRECOMPILED_HEADER _targetName _input) OUTPUT ${_output} COMMAND ${CMAKE_CXX_COMPILER} ${_compiler_FLAGS} - -I${QT_INCLUDE_DIR} + -I${TQT_INCLUDE_DIR} -I${KDE3_INCLUDE_DIR} ${QT_DEFINITIONS} ${KDE3_DEFINITIONS} |