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 /kuiviewer | |
parent | b512891352d8f7a31b2e6eb982cc9da294490b98 (diff) | |
download | tdesdk-982d76cfc2575044e55e2530b5b565a74955e496.tar.gz tdesdk-982d76cfc2575044e55e2530b5b565a74955e496.zip |
Use CMake to find lqui
Diffstat (limited to 'kuiviewer')
-rw-r--r-- | kuiviewer/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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} ) |