summaryrefslogtreecommitdiffstats
path: root/demos/qmlcustomlegend/main.cpp
diff options
context:
space:
mode:
authorJani Honkonen <jani.honkonen@digia.com>2012-11-08 15:51:22 +0200
committerJani Honkonen <jani.honkonen@digia.com>2012-11-08 15:54:57 +0200
commitc28e9eaa694f435f3e36ffecb1a7250d918f86d5 (patch)
tree46fdeb2aea0bd49b3768001c32d51e1544cf96f1 /demos/qmlcustomlegend/main.cpp
parenta4f56d6d94a1703df34c4ae60a8cbc58b761f30b (diff)
Fixing qml build for latest Qt5
There is no quick1 module anymore. It is (again) called a declarative module.
Diffstat (limited to 'demos/qmlcustomlegend/main.cpp')
-rw-r--r--demos/qmlcustomlegend/main.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/demos/qmlcustomlegend/main.cpp b/demos/qmlcustomlegend/main.cpp
index 2bb44eec..562c6764 100644
--- a/demos/qmlcustomlegend/main.cpp
+++ b/demos/qmlcustomlegend/main.cpp
@@ -19,11 +19,7 @@
****************************************************************************/
#include <QApplication>
-#ifdef QT5_QUICK_1
- #include <QtQuick1/QDeclarativeEngine>
-#else
- #include <QtDeclarative/QDeclarativeEngine>
-#endif
+#include <QtDeclarative/QDeclarativeEngine>
#include "qmlapplicationviewer.h"
Q_DECL_EXPORT int main(int argc, char *argv[])