2012-02-01 18:09:50 +04:00
|
|
|
Index: solidcontrolfuture/CMakeLists.txt
|
|
|
|
===================================================================
|
|
|
|
--- a/solidcontrolfuture/CMakeLists.txt
|
2013-08-19 17:20:55 +04:00
|
|
|
+++ 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)
|
2012-02-01 18:09:50 +04:00
|
|
|
|
|
|
|
+set_target_properties(solidcontrolfuture PROPERTIES
|
2013-08-19 17:20:55 +04:00
|
|
|
+ VERSION ${GENERIC_LIB_VERSION}
|
|
|
|
+ SOVERSION ${GENERIC_LIB_SOVERSION}
|
|
|
|
+ )
|
|
|
|
+
|
2012-02-01 18:09:50 +04:00
|
|
|
install(TARGETS solidcontrolfuture EXPORT kdeworkspaceLibraryTargets ${INSTALL_TARGETS_DEFAULT_ARGS} )
|
|
|
|
|
|
|
|
#install( FILES wirelessnetwork.h
|