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>
pull/1/head
Michele Calgaro 6 years ago
parent 041074009f
commit 9c087636ab
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -115,7 +115,7 @@ Dealing with Configuration Problems
----------------------------------- -----------------------------------
To locate Qt, CMake searches for qmake in your execute path 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 sure that the first qmake found in the execution path is the one you
like to use. like to use.

@ -60,7 +60,7 @@ MACRO(ADD_PRECOMPILED_HEADER _targetName _input)
OUTPUT ${_output} OUTPUT ${_output}
COMMAND ${CMAKE_CXX_COMPILER} COMMAND ${CMAKE_CXX_COMPILER}
${_compiler_FLAGS} ${_compiler_FLAGS}
-I${QT_INCLUDE_DIR} -I${TQT_INCLUDE_DIR}
-I${KDE3_INCLUDE_DIR} -I${KDE3_INCLUDE_DIR}
${QT_DEFINITIONS} ${QT_DEFINITIONS}
${KDE3_DEFINITIONS} ${KDE3_DEFINITIONS}

Loading…
Cancel
Save