5 lines
138 B
C
5 lines
138 B
C
|
#ifndef windowURLM
|
||
|
#define windowURLM "${CMAKE_BUILD_TYPE}" == "Debug" ? "../shared/AlteratorWindow.qml" : "qwert"
|
||
|
#endif /*windowURLM*/
|
||
|
|