~mzanetti/unity8/fix_snap_decision_test

« back to all changes in this revision

Viewing changes to tests/utils/modules/Unity/Test/CMakeLists.txt

  • Committer: Michael Zanetti
  • Date: 2014-10-14 09:42:10 UTC
  • mfrom: (1314.1.51 unity8)
  • Revision ID: michael.zanetti@canonical.com-20141014094210-b131g3rb77u2f5p2
merge trunk, update test to work with trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 
5
5
include_directories(
6
6
    ${Qt5Gui_PRIVATE_INCLUDE_DIRS}
 
7
    ${CMAKE_SOURCE_DIR}/libs/UbuntuGestures
7
8
)
8
9
 
9
10
set(UnityTestQML_SOURCES
13
14
)
14
15
 
15
16
add_library(UnityTestQml MODULE ${UnityTestQML_SOURCES})
 
17
target_link_libraries(UnityTestQml UbuntuGestures)
16
18
 
17
19
qt5_use_modules(UnityTestQml Core Quick Test)
18
20