summaryrefslogtreecommitdiffstats
path: root/examples/spectrum/app
diff options
context:
space:
mode:
Diffstat (limited to 'examples/spectrum/app')
-rw-r--r--examples/spectrum/app/app.pro1
-rw-r--r--examples/spectrum/app/main.cpp2
2 files changed, 2 insertions, 1 deletions
diff --git a/examples/spectrum/app/app.pro b/examples/spectrum/app/app.pro
index 120ea43c1..28cc16ab0 100644
--- a/examples/spectrum/app/app.pro
+++ b/examples/spectrum/app/app.pro
@@ -90,3 +90,4 @@ macx {
}
+QT+=widgets
diff --git a/examples/spectrum/app/main.cpp b/examples/spectrum/app/main.cpp
index ca4f078db..af567a000 100644
--- a/examples/spectrum/app/main.cpp
+++ b/examples/spectrum/app/main.cpp
@@ -38,7 +38,7 @@
**
****************************************************************************/
-#include <QtGui/QApplication>
+#include <QtWidgets/QApplication>
#include "mainwidget.h"
int main(int argc, char **argv)