summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authoraneejit1 <aneejit1@gmail.com>2020-06-23 12:07:40 +0000
committeraneejit1 <aneejit1@gmail.com>2020-06-23 12:07:40 +0000
commit462e974d8c010edc8fdeb3dc93293c17bfedf1c2 (patch)
treeb399671c3ac10388eae503f99724328bf9c5b40d /src
parent304a84f609135b165c4de4979f7b6c4d99cfd1b8 (diff)
downloadtdevelop-462e974d8c010edc8fdeb3dc93293c17bfedf1c2.tar.gz
tdevelop-462e974d8c010edc8fdeb3dc93293c17bfedf1c2.zip
Add missing link_directories for TQt
Signed-off-by: aneejit1 <aneejit1@gmail.com>
Diffstat (limited to 'src')
-rw-r--r--src/newui/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
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) ################################