KDE/kdepim/kmobiletools/kmobiletools/engines/fake_engine

View: New views
1 Messages — Rating Filter:   Alert me  

KDE/kdepim/kmobiletools/kmobiletools/engines/fake_engine

by Bugzilla from matthias@lmme.de :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

SVN commit 776973 by lechner:

this will make the fake engine work again :-)

 M  +2 -5      CMakeLists.txt  


--- trunk/KDE/kdepim/kmobiletools/kmobiletools/engines/fake_engine/CMakeLists.txt #776972:776973
@@ -8,13 +8,10 @@
    jobs/fetchaddressbookjob.h
 )
 
-kde4_add_library(kmobiletools_fake SHARED ${kmobiletools_fake_LIB_SRCS})
-
+kde4_add_plugin(kmobiletools_fake ${kmobiletools_fake_LIB_SRCS})
 target_link_libraries(kmobiletools_fake kmobiletoolslib ${KDE4_KDECORE_LIBS} )
+install(TARGETS kmobiletools_fake DESTINATION ${PLUGIN_INSTALL_DIR} )
 
-set_target_properties(kmobiletools_fake PROPERTIES VERSION ${GENERIC_LIB_VERSION} SOVERSION ${GENERIC_LIB_SOVERSION} )
-install(TARGETS kmobiletools_fake DESTINATION ${LIB_INSTALL_DIR} )
-
 ########### install files ###############
 
 install( FILES  fake_engine.desktop DESTINATION ${SERVICES_INSTALL_DIR} )
_______________________________________________
kmobiletools mailing list
kmobiletools@...
https://mail.kde.org/mailman/listinfo/kmobiletools