~ubuntu-branches/ubuntu/precise/plasma-widget-networkmanagement/precise

« back to all changes in this revision

Viewing changes to libs/client/CMakeLists.txt

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2010-08-24 15:34:36 UTC
  • mfrom: (1.1.14 upstream)
  • Revision ID: james.westby@ubuntu.com-20100824153436-9o7x461aj0xthuc3
Tags: 0.9~svn1167391-0ubuntu1
* New upstream snapshot
* Add kubuntu_04_no_tests.diff to not build tests, they fail

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
   remotewirelessinterfaceconnection.cpp
16
16
   remotewirelessnetwork.cpp
17
17
   remoteactivatablelist.cpp
 
18
   remotegsminterfaceconnection.cpp
18
19
)
19
20
 
20
21
set_source_files_properties( ../service/interfaces/org.kde.networkmanagement.xml PROPERTIES NO_NAMESPACE TRUE CLASSNAME NetworkManagementInterface)
52
53
   wirelessnetworkinterface
53
54
   )
54
55
 
 
56
set_source_files_properties( ../service/interfaces/org.kde.networkmanagement.gsminterfaceconnection.xml PROPERTIES NO_NAMESPACE TRUE CLASSNAME GsmInterfaceConnectionInterface)
 
57
 
 
58
QT4_ADD_DBUS_INTERFACE(knmclient_SRCS
 
59
   ../service/interfaces/org.kde.networkmanagement.gsminterfaceconnection.xml
 
60
   gsminterfaceconnectioninterface
 
61
   )
 
62
 
55
63
kde4_add_library(knmclient SHARED ${knmclient_SRCS})
56
64
 
57
65
target_link_libraries(knmclient ${QT_QTCORE_LIBRARY} ${QT_QTDBUS_LIBRARY} ${KDE4_KDECORE_LIBS})