~unity-team/qtmir/dpr

« back to all changes in this revision

Viewing changes to tests/modules/Application/CMakeLists.txt

  • Committer: Gerry Boland
  • Date: 2015-12-14 12:28:33 UTC
  • mfrom: (321.2.107 qtmir)
  • Revision ID: gerry.boland@canonical.com-20151214122833-gcdw2xaji4jd4027
Merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
  ${CMAKE_SOURCE_DIR}/src/modules
12
12
  ${CMAKE_SOURCE_DIR}/tests/modules/common
13
13
  ${MIRSERVER_INCLUDE_DIRS}
 
14
 
 
15
  ${Qt5Core_INCLUDE_DIRS}
 
16
  ${Qt5GUI_INCLUDE_DIRS}
 
17
  ${Qt5Quick_INCLUDE_DIRS}
 
18
  ${Qt5DBus_INCLUDE_DIRS}
14
19
)
15
20
 
16
21
add_executable(application_test ${APPLICATION_TEST_SOURCES})