CustusX  2023.01.05-dev+develop.0da12
An IGT application
cxResources.h
Go to the documentation of this file.
1 
2 #ifndef CXRESOURCES_H_
3 #define CXRESOURCES_H_
4 
5 #ifdef CX_WINDOWS
6 
7 #include "cxGuiExport.h"
8 
9 //This is a hack on windows.
10 //For some reason Q_INIT_RESOURCE(cxResources)
11 //does not make these symbols visual to the linker
12 cxGui_EXPORT int __cdecl qInitResources_cxResources();
13 
14 #endif //
15 #endif //CXRESOURCES_H_