summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoraneejit1 <aneejit1@gmail.com>2020-06-23 12:07:40 +0000
committerMichele Calgaro <michele.calgaro@yahoo.it>2020-06-23 21:45:09 +0900
commitd9ad0fb245a12dd2ba5e78fab88cda99396e9c82 (patch)
treecd7675c24ebb62b0263da96bbd295ad639f1cf64
parent66a55bf3cf818b1fac2b3946dbd04284f479cf5d (diff)
downloadtdevelop-d9ad0fb245a12dd2ba5e78fab88cda99396e9c82.tar.gz
tdevelop-d9ad0fb245a12dd2ba5e78fab88cda99396e9c82.zip
Add missing link_directories for TQt
Signed-off-by: aneejit1 <aneejit1@gmail.com> (cherry picked from commit 462e974d8c010edc8fdeb3dc93293c17bfedf1c2)
-rw-r--r--lib/interfaces/external/CMakeLists.txt4
-rw-r--r--src/newui/CMakeLists.txt4
2 files changed, 8 insertions, 0 deletions
diff --git a/lib/interfaces/external/CMakeLists.txt b/lib/interfaces/external/CMakeLists.txt
index 353721fd..46e2bfa7 100644
--- a/lib/interfaces/external/CMakeLists.txt
+++ b/lib/interfaces/external/CMakeLists.txt
@@ -15,6 +15,10 @@ include_directories(
${TQT_INCLUDE_DIRS}
)
+link_directories(
+ ${TQT_LIBRARY_DIRS}
+)
+
##### headers ###################################
diff --git a/src/newui/CMakeLists.txt b/src/newui/CMakeLists.txt
index b1f89a56..e6f6b124 100644
--- a/src/newui/CMakeLists.txt
+++ b/src/newui/CMakeLists.txt
@@ -15,6 +15,10 @@ include_directories(
${TQT_INCLUDE_DIRS}
)
+link_directories(
+ ${TQT_LIBRARY_DIRS}
+)
+
##### d (shared) ################################