Commit df7c8f0d authored by Daniel Agar's avatar Daniel Agar

FAcepalm fix

parent 4348fabe
...@@ -115,7 +115,7 @@ jint JNI_OnLoad(JavaVM* vm, void* reserved) ...@@ -115,7 +115,7 @@ jint JNI_OnLoad(JavaVM* vm, void* reserved)
int main(int argc, char *argv[]) int main(int argc, char *argv[])
{ {
#ifdef Q_OS_UNIX #ifdef Q_OS_UNIX
//FOrce writing to the console on UNIX/BSD devices //Force writing to the console on UNIX/BSD devices
if (!qEnvironmentVariableIsSet("QT_LOGGING_TO_CONSOLE")) if (!qEnvironmentVariableIsSet("QT_LOGGING_TO_CONSOLE"))
qputenv("QT_LOGGING_TO_CONSOLE", "1"); qputenv("QT_LOGGING_TO_CONSOLE", "1");
#endif #endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment