summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-06-12 17:08:52 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-06-12 17:08:52 -0500
commit982d76cfc2575044e55e2530b5b565a74955e496 (patch)
tree1a9180203f7481abe100791843900b55b32826fa
parentb512891352d8f7a31b2e6eb982cc9da294490b98 (diff)
downloadtdesdk-982d76cf.tar.gz
tdesdk-982d76cf.zip
Use CMake to find lqui
-rw-r--r--ConfigureChecks.cmake1
-rw-r--r--kuiviewer/CMakeLists.txt2
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}
)