diff options
author | Timothy Pearson <[email protected]> | 2013-01-27 01:04:58 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-27 01:04:58 -0600 |
commit | b10a61b1fd2fe561ba61a384d4a344bae2a4aa29 (patch) | |
tree | 99dc6b2584265b2df91f7dbc1dcbf7a54efd205e /kpf/src/CMakeLists.txt | |
parent | 64c3be47ff36e40035ead93f913aeeb1e4f85e4b (diff) | |
download | tdenetwork-b10a61b1fd2fe561ba61a384d4a344bae2a4aa29.tar.gz tdenetwork-b10a61b1fd2fe561ba61a384d4a344bae2a4aa29.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'kpf/src/CMakeLists.txt')
-rw-r--r-- | kpf/src/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kpf/src/CMakeLists.txt b/kpf/src/CMakeLists.txt index 1de8db4c..09280dec 100644 --- a/kpf/src/CMakeLists.txt +++ b/kpf/src/CMakeLists.txt @@ -35,7 +35,7 @@ tde_add_kpart( kpf_panelapplet AUTOMOC ErrorMessageConfigDialog.cpp ActiveMonitor.cpp ActiveMonitorItem.cpp ActiveMonitorWindow.cpp BandwidthGraph.cpp ServerWizard.cpp AppletItem.cpp Applet.cpp Defaults.cpp Help.cpp - LINK tdednssd-shared kio-shared + LINK tdednssd-shared tdeio-shared DESTINATION ${PLUGIN_INSTALL_DIR} ) @@ -46,6 +46,6 @@ tde_add_kpart( kpfpropertiesdialog AUTOMOC SOURCES PropertiesDialogPlugin.cpp StartingKPFDialog.cpp WebServer.stub WebServerManager.stub Defaults.cpp Help.cpp - LINK tdednssd-shared kio-shared + LINK tdednssd-shared tdeio-shared DESTINATION ${PLUGIN_INSTALL_DIR} ) |