1
0
Fork 0

Log a message when launcher is requested without Qt.

This commit is contained in:
James Turner 2017-03-01 15:27:33 +00:00
parent 3653508412
commit 868ec1f500

View file

@ -503,6 +503,10 @@ int fgMainInit( int argc, char **argv )
return EXIT_SUCCESS;
}
}
#else
if (showLauncher) {
SG_LOG(SG_GENERAL, SG_ALERT, "\n!Launcher requested, but FlightGear was compiled without Qt support!");
}
#endif
fgInitAircraftPaths(false);