mirror of
https://abf.rosa.ru/djam/knetworkmanager.git
synced 2025-02-23 21:42:52 +00:00
16 lines
729 B
Diff
16 lines
729 B
Diff
Index: solidcontrolfuture/CMakeLists.txt
|
|
===================================================================
|
|
--- a/solidcontrolfuture/CMakeLists.txt
|
|
+++ b/solidcontrolfuture/CMakeLists.txt 2011-06-14 19:01:51.089092551 -0300
|
|
@@ -18,7 +18,10 @@
|
|
kde4_add_library(solidcontrolfuture SHARED ${solidcontrolfuture_LIB_SRCS})
|
|
|
|
target_link_libraries(solidcontrolfuture ${KDE4_KDECORE_LIBS} ${KDE4_SOLID_LIBS} ${QT_QTNETWORK_LIBRARY} solidcontrol 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
|