diff --git a/src/Main/main.cxx b/src/Main/main.cxx index b62d6e49f..5cb7ddc48 100644 --- a/src/Main/main.cxx +++ b/src/Main/main.cxx @@ -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);