cb7f32f5b8
The QT_QMAKE_EXECUTABLE has to be passed through the cmake calls because the executable may not be in the PATH.
8 lines
75 B
C++
8 lines
75 B
C++
#ifdef _WIN32
|
|
__declspec(dllexport)
|
|
#endif
|
|
int empty(void)
|
|
{
|
|
return 0;
|
|
}
|