~ubuntu-branches/ubuntu/wily/qtconnectivity-opensource-src/wily

« back to all changes in this revision

Viewing changes to tests/auto/cmake/CMakeLists.txt

  • Committer: Package Import Robot
  • Author(s): Lisandro Damián Nicanor Pérez Meyer, Timo Jyrinki
  • Date: 2014-02-23 00:01:49 UTC
  • mfrom: (0.1.3 experimental) (1.1.1)
  • Revision ID: package-import@ubuntu.com-20140223000149-ht3k3x21dr5n5dol
Tags: 5.2.1-1
[ Timo Jyrinki ]
* New upstream release
* Move mkspecs to the new location
* Make private headers cleaning non version specific
* Add examples package
* Add dependencies to build against the 5.2.1 versions

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
 
10
10
include("${_Qt5CTestMacros}")
11
11
 
12
 
expect_pass(test_modules)
 
12
set(qt_module_includes
 
13
    Bluetooth QBluetoothAddress
 
14
    Nfc QNdefRecord
 
15
)
 
16
 
 
17
test_module_includes(
 
18
    ${qt_module_includes}
 
19
)