diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 02:30:51 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 02:30:51 -0600 |
commit | 8467a1761533dc84392f288c6e2751f1825798b8 (patch) | |
tree | 4312ab08277731448275dfae40a90fca71f6ff8e /ksnapshot/CMakeLists.txt | |
parent | 14676faec14ebb7f7e182b6581f32deea3f05566 (diff) | |
download | tdegraphics-8467a1761533dc84392f288c6e2751f1825798b8.tar.gz tdegraphics-8467a1761533dc84392f288c6e2751f1825798b8.zip |
Additional kde to tde renaming
Diffstat (limited to 'ksnapshot/CMakeLists.txt')
-rw-r--r-- | ksnapshot/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ksnapshot/CMakeLists.txt b/ksnapshot/CMakeLists.txt index b5d5fd3e..24a7945c 100644 --- a/ksnapshot/CMakeLists.txt +++ b/ksnapshot/CMakeLists.txt @@ -40,6 +40,6 @@ tde_add_executable( ksnapshot AUTOMOC SOURCES ksnapshotiface.skel main.cpp ksnapshot.cpp regiongrabber.cpp windowgrabber.cpp ksnapshotwidget.ui - LINK kdeprint-shared + LINK tdeprint-shared DESTINATION ${BIN_INSTALL_DIR} ) |