diff options
author | Ray-V <ray-v@inbox.lv> | 2021-02-21 22:03:47 +0000 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-02-22 00:04:16 +0100 |
commit | d1ffcd094c33effc9ab62df16318f5d6b41312e3 (patch) | |
tree | 2ff0f5f5529f94310bc7a1e2f033ac0e284f7080 | |
parent | 54ca10eee887618486f83c72523edffb3f14620e (diff) | |
download | tdegames-d1ffcd094c33effc9ab62df16318f5d6b41312e3.tar.gz tdegames-d1ffcd094c33effc9ab62df16318f5d6b41312e3.zip |
Fix error: /usr/bin/ld: cannot find -ltqt/-ltqt-mt for tdefifteen
Signed-off-by: Ray-V <ray-v@inbox.lv>
(cherry picked from commit dfe90826fb443c1f2b829b1616ba0b6c7db677ef)
-rw-r--r-- | tdefifteen/src/CMakeLists.txt | 2 |
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} ) |