Browse Source

FAcepalm fix

QGC4.4
Daniel Agar 9 years ago
parent
commit
df7c8f0d86
  1. 2
      src/main.cc

2
src/main.cc

@ -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[])
{
#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"))
qputenv("QT_LOGGING_TO_CONSOLE", "1");
#endif

Loading…
Cancel
Save