comparison Applications/Samples/Deprecated/SampleApplicationBase.h @ 1350:c53a4667f895 broker

Sample paths have been adapted
author Benjamin Golinvaux <bgo@osimis.io>
date Tue, 14 Apr 2020 14:57:06 +0200
parents bfd77672d825
children
comparison
equal deleted inserted replaced
1349:b1e6bef86955 1350:c53a4667f895
19 **/ 19 **/
20 20
21 21
22 #pragma once 22 #pragma once
23 23
24 #include "../../Applications/IStoneApplication.h" 24 #include "../../../Applications/IStoneApplication.h"
25 #include "../../Framework/Deprecated/Widgets/WorldSceneWidget.h" 25 #include "../../../Framework/Deprecated/Widgets/WorldSceneWidget.h"
26 26
27 #if ORTHANC_ENABLE_WASM==1 27 #if ORTHANC_ENABLE_WASM==1
28 #include "../../Platforms/Wasm/WasmPlatformApplicationAdapter.h" 28 #include "../../../Platforms/Wasm/WasmPlatformApplicationAdapter.h"
29 #include "../../Platforms/Wasm/Defaults.h" 29 #include "../../../Platforms/Wasm/Defaults.h"
30 #endif 30 #endif
31 31
32 #if ORTHANC_ENABLE_QT==1 32 #if ORTHANC_ENABLE_QT==1
33 #include "Qt/SampleMainWindow.h" 33 #include "Qt/SampleMainWindow.h"
34 #include "Qt/SampleMainWindowWithButtons.h" 34 #include "Qt/SampleMainWindowWithButtons.h"