~vanvugt/qtmir/fix-1487366

« back to all changes in this revision

Viewing changes to demos/qml-demo-shell/CMakeLists.txt

  • Committer: Daniel van Vugt
  • Date: 2016-08-11 02:52:06 UTC
  • mfrom: (529.1.10 qtmir)
  • Revision ID: daniel.van.vugt@canonical.com-20160811025206-y7rlq0whkmalq50m
Merge latest trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
set(DEMO_SHELL qtmir-demo-shell)
2
2
 
3
3
include_directories(
 
4
    SYSTEM
4
5
    ${Qt5Gui_PRIVATE_INCLUDE_DIRS}
 
6
    ${Qt5Qml_PRIVATE_INCLUDE_DIRS}
 
7
    ${Qt5Quick_PRIVATE_INCLUDE_DIRS}
5
8
)
6
9
 
7
10
add_executable(${DEMO_SHELL}
8
11
    main.cpp
9
12
)
10
13
 
11
 
include_directories(
12
 
    ${Qt5Gui_PRIVATE_INCLUDE_DIRS}
13
 
    ${Qt5Qml_PRIVATE_INCLUDE_DIRS}
14
 
    ${Qt5Quick_PRIVATE_INCLUDE_DIRS}
15
 
)
16
 
 
17
14
target_link_libraries(
18
15
    ${DEMO_SHELL}
19
16
    Qt5::Core