diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-06-12 17:08:52 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-06-12 17:08:52 -0500 |
commit | 982d76cfc2575044e55e2530b5b565a74955e496 (patch) | |
tree | 1a9180203f7481abe100791843900b55b32826fa | |
parent | b512891352d8f7a31b2e6eb982cc9da294490b98 (diff) | |
download | tdesdk-982d76cfc2575044e55e2530b5b565a74955e496.tar.gz tdesdk-982d76cfc2575044e55e2530b5b565a74955e496.zip |
Use CMake to find lqui
-rw-r--r-- | ConfigureChecks.cmake | 1 | ||||
-rw-r--r-- | kuiviewer/CMakeLists.txt | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake index f7dc5225..f0427812 100644 --- a/ConfigureChecks.cmake +++ b/ConfigureChecks.cmake @@ -11,4 +11,5 @@ # required stuff find_package( TQt ) +find_package( TQtQUI ) find_package( TDE ) diff --git a/kuiviewer/CMakeLists.txt b/kuiviewer/CMakeLists.txt index 0376ea11..87c954d7 100644 --- a/kuiviewer/CMakeLists.txt +++ b/kuiviewer/CMakeLists.txt @@ -46,7 +46,7 @@ install( FILES tde_add_kpart( libkuiviewerpart AUTOMOC SOURCES kuiviewer_part.cpp - LINK ktexteditor-shared qui + LINK ktexteditor-shared ${TQTQUI_LIBRARIES} DESTINATION ${PLUGIN_INSTALL_DIR} ) |