diff options
| author | Ben Boeckel <MathStuf@gmail.com> | 2009-02-26 21:54:17 -0500 |
|---|---|---|
| committer | Ben Boeckel <MathStuf@gmail.com> | 2009-02-26 21:54:17 -0500 |
| commit | 661fd6235710fd89a2ef9a3f0b5dbad31d430034 (patch) | |
| tree | ab4edde1321f8387fba11c68424180d90d97e78b | |
| parent | 0bbb6f42d4f0d3f903eeafa9129fc880f04c77c0 (diff) | |
Removed soversion from the plugin
| -rw-r--r-- | sigmodr/corewidgets/CMakeLists.txt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sigmodr/corewidgets/CMakeLists.txt b/sigmodr/corewidgets/CMakeLists.txt index 330a71d5..9ce0d7c8 100644 --- a/sigmodr/corewidgets/CMakeLists.txt +++ b/sigmodr/corewidgets/CMakeLists.txt @@ -53,11 +53,6 @@ target_link_libraries(sigmodrcorewidgets LINK_INTERFACE_LIBRARIES kde4_add_plugin(sigmodrcorewidgetsplugin ${sigmodrcorewidgets_WIDGET_SRCS} ) -set_target_properties(sigmodrcorewidgetsplugin - PROPERTIES - VERSION ${SIGEN_VERSION} - SOVERSION ${SIGEN_SOVERSION} -) target_link_libraries(sigmodrcorewidgetsplugin ${QT_QTCORE_LIBRARY} ${QT_QTGUI_LIBRARY} |
