Fixed Qt project on windows
This commit is contained in:
@@ -14,7 +14,7 @@ void JLogger::Log(const char * text){
|
||||
file << "\n";
|
||||
file.close();
|
||||
}
|
||||
#if defined (WIN32)
|
||||
#if defined (WIN32) && !defined(QT_CONFIG)
|
||||
OutputDebugString(text);
|
||||
OutputDebugString("\n");
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user