make webinterface translatable. there are around 20 short strings, all with context...
[kdenetwork.git] / kopete / protocols / sms / CMakeLists.txt
blob381bdb03a906eeccfc2c84784b08ca4e39120bfc
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 
9   smsaddcontactpage.cpp 
10   smscontact.cpp 
11   smseditaccountwidget.cpp 
12   smsprotocol.cpp 
13   serviceloader.cpp 
14   smsservice.cpp 
15   smsuserpreferences.cpp 
16   smsaccount.cpp
17   services/gsmlib.cpp
18   services/kopete_unix_serial.cpp
19   services/smsclient.cpp
20   services/smssend.cpp
21   services/smssendprovider.cpp
22   ui/empty.cpp )
24 kde4_add_ui3_files( kopete_sms_PART_SRCS
25   services/gsmlibprefs.ui
26   services/smsclientprefs.ui
27   services/smssendprefs.ui
28   ui/smsactprefs.ui
29   ui/smsuserprefs.ui
30   ui/smsadd.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})