~macslow/unity8/swipe-dismiss-snap-decisions

« back to all changes in this revision

Viewing changes to plugins/Dash/CMakeLists.txt

Merge from wizard-import

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
    ${CMAKE_CURRENT_SOURCE_DIR}
12
12
    ${CMAKE_CURRENT_BINARY_DIR}
13
13
    ${Qt5Qml_PRIVATE_INCLUDE_DIRS}
14
 
    ${Qt5Quick_INCLUDE_DIRS}
15
14
    ${Qt5Quick_PRIVATE_INCLUDE_DIRS}
16
15
    ${Qt5V8_PRIVATE_INCLUDE_DIR}
17
16
)
25
24
    verticaljournal.cpp
26
25
    horizontaljournal.cpp
27
26
    organicgrid.cpp
 
27
    croppedimagesizer.cpp
 
28
    croppedimagesizerasyncworker.cpp
28
29
    )
29
30
 
30
31
add_library(Dash-qml MODULE
36
37
    ${Qt5Quick_LIBRARIES}
37
38
    )
38
39
 
39
 
qt5_use_modules(Dash-qml Qml Quick)
 
40
qt5_use_modules(Dash-qml Qml Quick Concurrent)
40
41
 
41
42
add_unity8_plugin(Dash 0.1 Dash TARGETS Dash-qml)