aboutsummaryrefslogtreecommitdiffstats
path: root/examples/qml/script/shell
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qml/script/shell')
-rw-r--r--examples/qml/script/shell/main.cpp2
-rw-r--r--examples/qml/script/shell/shell.pro2
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/qml/script/shell/main.cpp b/examples/qml/script/shell/main.cpp
index 9f0edf4a25..a4059122bf 100644
--- a/examples/qml/script/shell/main.cpp
+++ b/examples/qml/script/shell/main.cpp
@@ -46,7 +46,7 @@
#include <QtGui/QGuiApplication>
-#include <QtDeclarative/qjsengine.h>
+#include <QtQml/qjsengine.h>
#include <stdlib.h>
diff --git a/examples/qml/script/shell/shell.pro b/examples/qml/script/shell/shell.pro
index 00191ab3d0..5f6b23862b 100644
--- a/examples/qml/script/shell/shell.pro
+++ b/examples/qml/script/shell/shell.pro
@@ -1,4 +1,4 @@
-QT += declarative
+QT += qml
win32: CONFIG += console
mac:CONFIG -= app_bundle