1 add_definitions(-DQT3_SUPPORT -DQT3_SUPPORT_WARNINGS)
3 #add_subdirectory( ui )
4 #add_subdirectory( services )
5 add_subdirectory( icons )
6 include_directories( ui services )
8 set(kopete_sms_PART_SRCS
11 smseditaccountwidget.cpp
15 smsuserpreferences.cpp
18 services/kopete_unix_serial.cpp
19 services/smsclient.cpp
21 services/smssendprovider.cpp
24 kde4_add_ui3_files( kopete_sms_PART_SRCS
25 services/gsmlibprefs.ui
26 services/smsclientprefs.ui
27 services/smssendprefs.ui
32 kde4_add_plugin(kopete_sms ${kopete_sms_PART_SRCS})
34 target_link_libraries(kopete_sms ${KDE4_KIO_LIBS} kopete )
36 install(TARGETS kopete_sms DESTINATION ${PLUGIN_INSTALL_DIR})
37 install( FILES kopete_sms.desktop DESTINATION ${SERVICES_INSTALL_DIR})