diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2012-10-26 13:56:01 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2012-10-26 14:03:50 +0200 |
commit | a2b383477a4fcbfdf8d1372ac9009692d48dfc76 (patch) | |
tree | 7fc322b6c062dbcaf9ec03c6e1565c91140dec89 /knewsticker | |
parent | e0fdfd9d543dfac30f45441046ac8b0144c20ab8 (diff) | |
download | tdenetwork-a2b383477a4fcbfdf8d1372ac9009692d48dfc76.tar.gz tdenetwork-a2b383477a4fcbfdf8d1372ac9009692d48dfc76.zip |
Fix various cmake build issues
(cherry picked from commit 93dc872306fb4daa2eda10382fff841fd6b9bcdc)
Diffstat (limited to 'knewsticker')
-rw-r--r-- | knewsticker/kntsrcfilepropsdlg/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/knewsticker/kntsrcfilepropsdlg/CMakeLists.txt b/knewsticker/kntsrcfilepropsdlg/CMakeLists.txt index f6d02b06..f6871edd 100644 --- a/knewsticker/kntsrcfilepropsdlg/CMakeLists.txt +++ b/knewsticker/kntsrcfilepropsdlg/CMakeLists.txt @@ -32,9 +32,9 @@ install( FILES DESTINATION ${SERVICES_INSTALL_DIR} ) -##### kntsrcfilepropsdlg (module) ############### +##### libkntsrcfilepropsdlg (module) ############### -tde_add_kpart( kntsrcfilepropsdlg AUTOMOC +tde_add_kpart( libkntsrcfilepropsdlg AUTOMOC SOURCES kntsrcfilepropsdlg.cpp kntsrcfilepropsdlgwidget.ui LINK knewstickercommon-static rss-shared |