~ubuntu-branches/ubuntu/vivid/libusermetrics/vivid

« back to all changes in this revision

Viewing changes to tests/unit/qml/UserMetricsTest/CMakeLists.txt

  • Committer: Package Import Robot
  • Author(s): Ubuntu daily release, Pete Woods, Ubuntu daily release
  • Date: 2013-10-03 02:44:48 UTC
  • mfrom: (1.1.20)
  • Revision ID: package-import@ubuntu.com-20131003024448-c98jh1rs6r5rgzkv
Tags: 1.1.1+13.10.20131003-0ubuntu1
[ Pete Woods ]
* Support minimum and maximum properties in the QML API.

[ Ubuntu daily release ]
* Automatic snapshot from revision 141

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
        )
23
23
 
24
24
# copy qmldir file to build dir
25
 
file(COPY qmldir DESTINATION ${CMAKE_BINARY_DIR}/tests/unit/qml/UserMetricsTest)
 
25
configure_file(
 
26
        qmldir
 
27
        qmldir
 
28
)