~artmello/ubuntu-ui-extras/ubuntu-ui-extras-fix_1524973

« back to all changes in this revision

Viewing changes to CMakeLists.txt

  • Committer: CI Train Bot
  • Author(s): Arthur Mello
  • Date: 2015-03-11 18:38:00 UTC
  • mfrom: (69.2.7 ubuntu-ui-extras-qmltests)
  • Revision ID: ci-train-bot@canonical.com-20150311183800-8nq0dc8orlvswkrv
Add QML tests to PhotoEditor's components
Approved by: PS Jenkins bot

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
find_package(Qt5Core REQUIRED)
13
13
find_package(Qt5Widgets REQUIRED)
14
14
find_package(Qt5Quick REQUIRED)
 
15
find_package(Qt5Test)
15
16
 
16
17
add_definitions(-DQT_NO_KEYWORDS)
17
18
 
29
30
add_subdirectory(modules)
30
31
 
31
32
enable_testing()
 
33
 
32
34
add_subdirectory(tests)
33
35
add_subdirectory(po)