mirror of
https://abf.rosa.ru/djam/knetworkmanager.git
synced 2025-02-23 13:32:53 +00:00
16 lines
659 B
Diff
16 lines
659 B
Diff
Index: solidcontrolfuture/CMakeLists.txt
|
|
===================================================================
|
|
--- a/solidcontrolfuture/CMakeLists.txt
|
|
+++ b/olidcontrolfuture/CMakeLists.txt 2013-06-20 14:09:01.344171606 -0300
|
|
@@ -19,6 +19,11 @@
|
|
|
|
target_link_libraries(solidcontrolfuture ${KDE4_KDECORE_LIBS} ${KDE4_SOLID_LIBS} ${QT_QTNETWORK_LIBRARY} solidcontrolnm09)
|
|
|
|
+set_target_properties(solidcontrolfuture PROPERTIES
|
|
+ VERSION ${GENERIC_LIB_VERSION}
|
|
+ SOVERSION ${GENERIC_LIB_SOVERSION}
|
|
+ )
|
|
+
|
|
install(TARGETS solidcontrolfuture EXPORT kdeworkspaceLibraryTargets ${INSTALL_TARGETS_DEFAULT_ARGS} )
|
|
|
|
#install( FILES wirelessnetwork.h
|