comparison Applications/Samples/Deprecated/Qt/SampleQtApplicationRunner.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 "../../Qt/QtStoneApplicationRunner.h" 24 #include "../../../Qt/QtStoneApplicationRunner.h"
25 25
26 #if ORTHANC_ENABLE_QT != 1 26 #if ORTHANC_ENABLE_QT != 1
27 #error this file shall be included only with the ORTHANC_ENABLE_QT set to 1 27 #error this file shall be included only with the ORTHANC_ENABLE_QT set to 1
28 #endif 28 #endif
29 29