Commit 91abffc0 authored by Don Gagne's avatar Don Gagne

Fix debug includes

parent bb01911e
...@@ -28,7 +28,9 @@ ...@@ -28,7 +28,9 @@
#include "MainWindow.h" #include "MainWindow.h"
#include "QGCApplication.h" #include "QGCApplication.h"
#ifdef QT_DEBUG
#include "UnitTest.h" #include "UnitTest.h"
#endif
/// @file /// @file
/// @brief Subclass of QMessageBox which re-implements the static public functions. There are two reasons for this: /// @brief Subclass of QMessageBox which re-implements the static public functions. There are two reasons for this:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment