summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 5ac666ae..df456af2 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 5b892480..63e64443 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) ################################