diff options
| author | aneejit1 <aneejit1@gmail.com> | 2020-06-23 12:07:40 +0000 |
|---|---|---|
| committer | aneejit1 <aneejit1@gmail.com> | 2020-06-23 12:07:40 +0000 |
| commit | 462e974d8c010edc8fdeb3dc93293c17bfedf1c2 (patch) | |
| tree | b399671c3ac10388eae503f99724328bf9c5b40d /lib/interfaces | |
| parent | 304a84f609135b165c4de4979f7b6c4d99cfd1b8 (diff) | |
| download | tdevelop-462e974d8c010edc8fdeb3dc93293c17bfedf1c2.tar.gz tdevelop-462e974d8c010edc8fdeb3dc93293c17bfedf1c2.zip | |
Add missing link_directories for TQt
Signed-off-by: aneejit1 <aneejit1@gmail.com>
Diffstat (limited to 'lib/interfaces')
| -rw-r--r-- | lib/interfaces/external/CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/interfaces/external/CMakeLists.txt b/lib/interfaces/external/CMakeLists.txt index 353721fd..46e2bfa7 100644 --- a/lib/interfaces/external/CMakeLists.txt +++ b/lib/interfaces/external/CMakeLists.txt @@ -15,6 +15,10 @@ include_directories( ${TQT_INCLUDE_DIRS} ) +link_directories( + ${TQT_LIBRARY_DIRS} +) + ##### headers ################################### |
