summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRay-V <ray-v@inbox.lv>2021-02-21 22:03:47 +0000
committerRay-V <ray-v@inbox.lv>2021-02-21 22:03:47 +0000
commitdfe90826fb443c1f2b829b1616ba0b6c7db677ef (patch)
treee35633e80237828de8b42c40c079fc6ccd337073
parentba72c146fd5eb19e10190a36b31b72ef4ab319bc (diff)
downloadtdegames-dfe90826.tar.gz
tdegames-dfe90826.zip
Fix error: /usr/bin/ld: cannot find -ltqt/-ltqt-mt for tdefifteen
Signed-off-by: Ray-V <ray-v@inbox.lv>
-rw-r--r--tdefifteen/src/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdefifteen/src/CMakeLists.txt b/tdefifteen/src/CMakeLists.txt
index 796747d9..a905b36d 100644
--- a/tdefifteen/src/CMakeLists.txt
+++ b/tdefifteen/src/CMakeLists.txt
@@ -20,7 +20,7 @@ include_directories(
)
link_directories(
- ${TQT_LIBRARY_DIR}
+ ${TQT_LIBRARY_DIRS}
)