From d1ffcd094c33effc9ab62df16318f5d6b41312e3 Mon Sep 17 00:00:00 2001 From: Ray-V Date: Sun, 21 Feb 2021 22:03:47 +0000 Subject: Fix error: /usr/bin/ld: cannot find -ltqt/-ltqt-mt for tdefifteen Signed-off-by: Ray-V (cherry picked from commit dfe90826fb443c1f2b829b1616ba0b6c7db677ef) --- tdefifteen/src/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} ) -- cgit v1.2.1