]> git.mxchange.org Git - flightgear.git/commitdiff
Fix non-Qt build.
authorJames Turner <zakalawe@mac.com>
Sun, 8 Mar 2015 09:40:44 +0000 (09:40 +0000)
committerJames Turner <zakalawe@mac.com>
Sun, 8 Mar 2015 09:40:44 +0000 (09:40 +0000)
src/Main/options.cxx

index c4e7fc0ca5a8d2807688845e402d36a0f546535f..9d24361cf5195eae0d1bce272bd105ea9964d7c1 100644 (file)
 
 #include <GUI/gui.h>
 #include <GUI/MessageBox.hxx>
+#if defined(HAVE_QT)
 #include <GUI/QtLauncher.hxx>
 #include <GUI/SetupRootDialog.hxx>
+#endif
 
 #include <Main/locale.hxx>
 #include "globals.hxx"