Log a message when launcher is requested without Qt.
This commit is contained in:
parent
3653508412
commit
868ec1f500
1 changed files with 4 additions and 0 deletions
|
@ -503,6 +503,10 @@ int fgMainInit( int argc, char **argv )
|
||||||
return EXIT_SUCCESS;
|
return EXIT_SUCCESS;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
#else
|
||||||
|
if (showLauncher) {
|
||||||
|
SG_LOG(SG_GENERAL, SG_ALERT, "\n!Launcher requested, but FlightGear was compiled without Qt support!");
|
||||||
|
}
|
||||||
#endif
|
#endif
|
||||||
fgInitAircraftPaths(false);
|
fgInitAircraftPaths(false);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue