diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2012-11-17 16:06:35 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2012-11-17 18:35:42 +0100 |
commit | fd907e533d5ae62daa846aefbdb6d3c27fcb0b2c (patch) | |
tree | e3296be6dbbd1505bcdcd13aafc23a43fbbe6c97 /lib/interfaces/external/CMakeLists.txt | |
parent | 466b6fc982f27dcc39986e30d516a2a173879af7 (diff) | |
download | tdevelop-fd907e533d5ae62daa846aefbdb6d3c27fcb0b2c.tar.gz tdevelop-fd907e533d5ae62daa846aefbdb6d3c27fcb0b2c.zip |
Fix various cmake build issues
(cherry picked from commit 96f0726b226f4b404c38f998fbdd02cf728ba6e8)
Diffstat (limited to 'lib/interfaces/external/CMakeLists.txt')
-rw-r--r-- | lib/interfaces/external/CMakeLists.txt | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/lib/interfaces/external/CMakeLists.txt b/lib/interfaces/external/CMakeLists.txt index 1a12815c..5ac666ae 100644 --- a/lib/interfaces/external/CMakeLists.txt +++ b/lib/interfaces/external/CMakeLists.txt @@ -23,8 +23,11 @@ install( FILES DESTINATION ${INCLUDE_INSTALL_DIR}/kinterfacedesigner ) -##### kinterfacedesigner (static) ############### +##### kinterfacedesigner (shared) ############### -tde_add_library( kinterfacedesigner STATIC_PIC AUTOMOC +tde_add_library( kinterfacedesigner SHARED AUTOMOC SOURCES designer.cpp + LINK kparts-shared kdeui-shared + VERSION 0.0.0 + DESTINATION ${LIB_INSTALL_DIR} ) |