~phablet-team/mediaplayer-app/remove_powerd

« back to all changes in this revision

Viewing changes to src/CMakeLists.txt

Implemented support for share movie scene on share menu.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 
5
5
include_directories(
6
6
    ${CMAKE_BINARY_DIR}
 
7
    ${sdkhelper_SOURCE_DIR}
7
8
    )
8
9
 
9
10
set(mediaplayer_HDRS
24
25
 
25
26
qt5_use_modules(${MEDIAPLAYER} Gui Core Qml Quick Multimedia)
26
27
 
 
28
target_link_libraries(${MEDIAPLAYER}
 
29
    sdkhelper
 
30
    )
 
31
 
27
32
install(TARGETS ${MEDIAPLAYER}
28
33
    RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}
29
34
    )