Fixed Qt project on windows

This commit is contained in:
Xawotihs
2010-10-16 12:19:44 +00:00
parent e082deaddf
commit 0abe60542a
+1 -1
View File
@@ -14,7 +14,7 @@ void JLogger::Log(const char * text){
file << "\n"; file << "\n";
file.close(); file.close();
} }
#if defined (WIN32) #if defined (WIN32) && !defined(QT_CONFIG)
OutputDebugString(text); OutputDebugString(text);
OutputDebugString("\n"); OutputDebugString("\n");
#else #else