~ubuntu-branches/ubuntu/gutsy/kdebase-workspace/gutsy-backports

« back to all changes in this revision

Viewing changes to solid/control/tests/CMakeLists.txt

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2007-09-05 20:45:14 UTC
  • Revision ID: james.westby@ubuntu.com-20070905204514-632hhspl0nvrc84i
Tags: upstream-3.93.0
ImportĀ upstreamĀ versionĀ 3.93.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
 
 
3
########### solidnettest ###############
 
4
 
 
5
set(solidnettest_SRCS
 
6
   solidnettest.cpp )
 
7
 
 
8
 
 
9
kde4_add_unit_test(solidnettest ${solidnettest_SRCS})
 
10
add_definitions(-DFAKE_NETWORKING_XML="\\"${CMAKE_CURRENT_SOURCE_DIR}/../backends/fakenet/fakenetworking.xml\\"")
 
11
 
 
12
include_directories( ${CMAKE_CURRENT_SOURCE_DIR}/../backends/fakenet )
 
13
 
 
14
target_link_libraries(solidnettest ${KDE4_KDECORE_LIBS} ${QT_QTTEST_LIBRARY} solidcontrol solidcontrolifaces solid_fakenet_static)
 
15
 
 
16
########### solidbluetoothtest ###############
 
17
 
 
18
set(solidbluetoothtest_SRCS
 
19
   solidbluetoothtest.cpp )
 
20
 
 
21
 
 
22
kde4_add_unit_test(solidbluetoothtest ${solidbluetoothtest_SRCS})
 
23
add_definitions(-DFAKE_BLUETOOTH_XML="\\"${CMAKE_CURRENT_SOURCE_DIR}/../backends/fakebluetooth/fakebluetooth.xml\\"")
 
24
 
 
25
include_directories( ${CMAKE_CURRENT_SOURCE_DIR}/../backends/fakebluetooth )
 
26
 
 
27
target_link_libraries(solidbluetoothtest ${KDE4_KDECORE_LIBS} ${QT_QTTEST_LIBRARY} solidcontrol solidcontrolifaces solid_fakebluetooth_static)
 
28
 
 
29
########### install files ###############