comparison Applications/Samples/CMakeLists.txt @ 326:612238b3f3e8 am-2

all 4 samples now working in Qt, SDL and wasm
author am@osimis.io
date Tue, 16 Oct 2018 12:57:38 +0200
parents 37ab9d83dc9b
children b3b3fa0e3689
comparison
equal deleted inserted replaced
325:37ab9d83dc9b 326:612238b3f3e8
93 if (ENABLE_QT) 93 if (ENABLE_QT)
94 list(APPEND SAMPLE_APPLICATIONS_SOURCES 94 list(APPEND SAMPLE_APPLICATIONS_SOURCES
95 ${ORTHANC_STONE_ROOT}/Applications/Samples/Qt/SampleQtApplicationRunner.h 95 ${ORTHANC_STONE_ROOT}/Applications/Samples/Qt/SampleQtApplicationRunner.h
96 ${ORTHANC_STONE_ROOT}/Applications/Samples/Qt/SampleMainWindow.cpp 96 ${ORTHANC_STONE_ROOT}/Applications/Samples/Qt/SampleMainWindow.cpp
97 ${ORTHANC_STONE_ROOT}/Applications/Samples/Qt/SampleMainWindow.ui 97 ${ORTHANC_STONE_ROOT}/Applications/Samples/Qt/SampleMainWindow.ui
98 ${ORTHANC_STONE_ROOT}/Applications/Samples/Qt/SampleMainWindowWithButtons.cpp
99 ${ORTHANC_STONE_ROOT}/Applications/Samples/Qt/SampleMainWindowWithButtons.ui
98 ) 100 )
99 endif() 101 endif()
100 102
101 if (ENABLE_NATIVE) 103 if (ENABLE_NATIVE)
102 list(APPEND SAMPLE_APPLICATIONS_SOURCES 104 list(APPEND SAMPLE_APPLICATIONS_SOURCES