comparison Platforms/Generic/CMakeLists.txt @ 276:5de5699ad570 am-2

first display in QCairoWidget; no mouse interaction yet
author am@osimis.io
date Mon, 27 Aug 2018 12:21:52 +0200
parents 58e23e0dd86a
children 8f5d7495076d
comparison
equal deleted inserted replaced
275:58e23e0dd86a 276:5de5699ad570
27 27
28 include(../../Resources/CMake/OrthancStoneParameters.cmake) 28 include(../../Resources/CMake/OrthancStoneParameters.cmake)
29 29
30 LIST(APPEND ORTHANC_BOOST_COMPONENTS program_options) 30 LIST(APPEND ORTHANC_BOOST_COMPONENTS program_options)
31 31
32 SET(ENABLE_SDL OFF)
33 SET(ENABLE_QT ON)
32 SET(ORTHANC_SANDBOXED OFF) 34 SET(ORTHANC_SANDBOXED OFF)
33 SET(ENABLE_CRYPTO_OPTIONS ON) 35 SET(ENABLE_CRYPTO_OPTIONS ON)
34 SET(ENABLE_GOOGLE_TEST ON) 36 SET(ENABLE_GOOGLE_TEST ON)
35 SET(ENABLE_WEB_CLIENT ON) 37 SET(ENABLE_WEB_CLIENT ON)
36 38
46 ##################################################################### 48 #####################################################################
47 49
48 macro(BuildSample Target Header Sample) 50 macro(BuildSample Target Header Sample)
49 add_executable(${Target} 51 add_executable(${Target}
50 ${ORTHANC_STONE_ROOT}/Applications/Samples/SampleMainNative.cpp 52 ${ORTHANC_STONE_ROOT}/Applications/Samples/SampleMainNative.cpp
51 # ${ORTHANC_STONE_ROOT}/Applications/Samples/SampleApplicationContext.cpp
52 ${ORTHANC_STONE_ROOT}/Applications/Samples/SampleInteractor.h 53 ${ORTHANC_STONE_ROOT}/Applications/Samples/SampleInteractor.h
53 ${ORTHANC_STONE_ROOT}/Applications/Samples/SampleApplicationBase.h 54 ${ORTHANC_STONE_ROOT}/Applications/Samples/SampleApplicationBase.h
54 ${ORTHANC_STONE_ROOT}/Applications/Samples/${Header} 55 ${ORTHANC_STONE_ROOT}/Applications/Samples/${Header}
55 ${APPLICATIONS_SOURCES} 56 ${APPLICATIONS_SOURCES}
56 ) 57 )