~ubuntu-branches/ubuntu/wily/kwin/wily-proposed

« back to all changes in this revision

Viewing changes to tabbox/autotests/CMakeLists.txt

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2015-08-10 23:16:37 UTC
  • mfrom: (1.1.10)
  • Revision ID: package-import@ubuntu.com-20150810231637-5zb2tstjkez93hml
Tags: 4:5.3.95-0ubuntu1
new upstream beta release

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
     ../desktopmodel.cpp
9
9
     ../tabboxconfig.cpp
10
10
     ../tabboxhandler.cpp
 
11
     ../tabbox_logging.cpp
11
12
     test_tabbox_clientmodel.cpp
12
13
     mock_tabboxhandler.cpp
13
14
     mock_tabboxclient.cpp
21
22
    Qt5::Test
22
23
    Qt5::X11Extras
23
24
    KF5::I18n
24
 
    KF5::Service
 
25
    KF5::Package
25
26
    KF5::WindowSystem
26
27
    XCB::XCB
27
28
)
36
37
     ../desktopmodel.cpp
37
38
     ../tabboxconfig.cpp
38
39
     ../tabboxhandler.cpp
 
40
     ../tabbox_logging.cpp
39
41
     test_tabbox_handler.cpp
40
42
     mock_tabboxhandler.cpp
41
43
     mock_tabboxclient.cpp
49
51
    Qt5::Test
50
52
    Qt5::X11Extras
51
53
    KF5::I18n
52
 
    KF5::Service
 
54
    KF5::Package
53
55
    KF5::WindowSystem
54
56
    XCB::XCB
55
57
)
61
63
########################################################
62
64
set( testTabBoxConfig_SRCS
63
65
    ../tabboxconfig.cpp
 
66
    ../tabbox_logging.cpp
64
67
    test_tabbox_config.cpp
65
68
)
66
69
 
75
78
########################################################
76
79
set( testDesktopChain_SRCS
77
80
    ../desktopchain.cpp
 
81
    ../tabbox_logging.cpp
78
82
    test_desktopchain.cpp
79
83
)
80
84