diff options
author | Ray-V <[email protected]> | 2021-02-21 22:03:47 +0000 |
---|---|---|
committer | Ray-V <[email protected]> | 2021-02-21 22:03:47 +0000 |
commit | dfe90826fb443c1f2b829b1616ba0b6c7db677ef (patch) | |
tree | e35633e80237828de8b42c40c079fc6ccd337073 /tdefifteen | |
parent | ba72c146fd5eb19e10190a36b31b72ef4ab319bc (diff) | |
download | tdegames-dfe90826fb443c1f2b829b1616ba0b6c7db677ef.tar.gz tdegames-dfe90826fb443c1f2b829b1616ba0b6c7db677ef.zip |
Fix error: /usr/bin/ld: cannot find -ltqt/-ltqt-mt for tdefifteen
Signed-off-by: Ray-V <[email protected]>
Diffstat (limited to 'tdefifteen')
-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} ) |