~ubuntu-branches/ubuntu/trusty/libusermetrics/trusty-proposed

« back to all changes in this revision

Viewing changes to tests/testutils/CMakeLists.txt

  • Committer: Package Import Robot
  • Author(s): Ubuntu daily release, Pete Woods, Ubuntu daily release
  • Date: 2013-07-02 02:02:52 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20130702020252-53yuhnlabsq1cq8x
Tags: 1.0.1+13.10.20130702-0ubuntu1
[ Pete Woods ]
* Implement most of storage service and wire up input API.
* Wire up the output API to the storage service.

[ Ubuntu daily release ]
* Automatic snapshot from revision 80

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
 
2
2
set(
3
3
        USERMETRICS_TEST_UTILS_SRC
 
4
        DBusTest.cpp
4
5
        QColorPrinter.cpp
5
6
        QStringPrinter.cpp
6
7
        QVariantPrinter.cpp
 
8
        QVariantListPrinter.cpp
7
9
        MockSignalReceiver.cpp
8
10
)
9
11
 
16
18
qt5_use_modules(
17
19
        usermetrics-test-utils
18
20
        Core
 
21
        Gui
 
22
        DBus
 
23
        Test
19
24
)