diff options
Diffstat (limited to 'tdeio')
-rw-r--r-- | tdeio/misc/CMakeLists.txt | 2 | ||||
-rw-r--r-- | tdeio/misc/tdentlm/CMakeLists.txt | 2 | ||||
-rw-r--r-- | tdeio/misc/tdesasl/CMakeLists.txt | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/tdeio/misc/CMakeLists.txt b/tdeio/misc/CMakeLists.txt index 3bfdb0980..64004dbcc 100644 --- a/tdeio/misc/CMakeLists.txt +++ b/tdeio/misc/CMakeLists.txt @@ -39,7 +39,7 @@ include_directories( ) link_directories( - ${TQT_LIBRARY_DIRS} + ${TDECORE_LIBRARY_DIRS} ) diff --git a/tdeio/misc/tdentlm/CMakeLists.txt b/tdeio/misc/tdentlm/CMakeLists.txt index dc26da9a1..a4c23d4e8 100644 --- a/tdeio/misc/tdentlm/CMakeLists.txt +++ b/tdeio/misc/tdentlm/CMakeLists.txt @@ -18,7 +18,7 @@ include_directories( ) link_directories( - ${TQT_LIBRARY_DIRS} + ${TDECORE_LIBRARY_DIRS} ) diff --git a/tdeio/misc/tdesasl/CMakeLists.txt b/tdeio/misc/tdesasl/CMakeLists.txt index d48322d93..4953d9c07 100644 --- a/tdeio/misc/tdesasl/CMakeLists.txt +++ b/tdeio/misc/tdesasl/CMakeLists.txt @@ -17,7 +17,7 @@ include_directories( ) link_directories( - ${TQT_LIBRARY_DIRS} + ${TDECORE_LIBRARY_DIRS} ) |