diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 01:05:39 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 01:05:39 -0600 |
commit | ff94d46e423398804d2ae63faeb114c2cf604fc4 (patch) | |
tree | 4481ffd491d15ac15081cea46d7cc298ef6351a4 /kompare/CMakeLists.txt | |
parent | b9553cef2a3cd9f5b89c8aca6f4b7781a079dbb7 (diff) | |
download | tdesdk-ff94d46e423398804d2ae63faeb114c2cf604fc4.tar.gz tdesdk-ff94d46e423398804d2ae63faeb114c2cf604fc4.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'kompare/CMakeLists.txt')
-rw-r--r-- | kompare/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kompare/CMakeLists.txt b/kompare/CMakeLists.txt index 2f35d2a6..4977eb71 100644 --- a/kompare/CMakeLists.txt +++ b/kompare/CMakeLists.txt @@ -49,7 +49,7 @@ tde_add_executable( kompare AUTOMOC SOURCES main.cpp kompare_shell.cpp kompareurldialog.cpp LINK - dialogpages-static kompareinterface-shared kio-shared + dialogpages-static kompareinterface-shared tdeio-shared tdeparts-shared tdetexteditor-shared DESTINATION ${BIN_INSTALL_DIR} ) |