summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorAaron McCarthy <aaron.mccarthy@nokia.com>2011-07-14 14:40:36 +1000
committerabcd <qt_abcd1@ovi.com>2011-07-14 09:27:58 +0200
commit79ac3cbd44563ea06afb91441e53ea13fe89d6bf (patch)
treee80764cfb1d3e77e61675e99c579fc179fe05365 /examples
parent8e5144929d7b1df5c7e1d139dc7b1c42d5b8c6ba (diff)
downloadqtlocation-79ac3cbd44563ea06afb91441e53ea13fe89d6bf.tar.gz
Fix build after introduction of QtQuick1.
Change-Id: I3e5ec450a1cfcabdab98b897ebaf12839030bd50 Reviewed-on: http://codereview.qt.nokia.com/1620 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: abcd <qt_abcd1@ovi.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/declarative/flickr/flickr.pro2
-rw-r--r--examples/declarative/flickr/qmllocationflickr.cpp2
-rw-r--r--examples/declarative/landmarkmap/landmarkmap.pro2
-rw-r--r--examples/declarative/landmarkmap/qmllandmarkmap.cpp2
-rw-r--r--examples/declarative/mapviewer/mapviewer.pro2
-rw-r--r--examples/declarative/mapviewer/qmlmapviewer.cpp2
-rw-r--r--examples/declarative/qmlplaces/qmlplaces.pro2
7 files changed, 7 insertions, 7 deletions
diff --git a/examples/declarative/flickr/flickr.pro b/examples/declarative/flickr/flickr.pro
index 85401ca2..422a3538 100644
--- a/examples/declarative/flickr/flickr.pro
+++ b/examples/declarative/flickr/flickr.pro
@@ -1,7 +1,7 @@
TEMPLATE=app
TARGET = qml_location_flickr
-QT += declarative network location
+QT += qtquick1 declarative network location
SOURCES += qmllocationflickr.cpp
symbian {
diff --git a/examples/declarative/flickr/qmllocationflickr.cpp b/examples/declarative/flickr/qmllocationflickr.cpp
index 45a36f93..047b4008 100644
--- a/examples/declarative/flickr/qmllocationflickr.cpp
+++ b/examples/declarative/flickr/qmllocationflickr.cpp
@@ -39,7 +39,7 @@
****************************************************************************/
#include <QtGui/QApplication>
-#include <QtDeclarative/QDeclarativeView>
+#include <QtQuick1/QDeclarativeView>
#include <QtDeclarative/QDeclarativeEngine>
int main(int argc, char *argv[])
diff --git a/examples/declarative/landmarkmap/landmarkmap.pro b/examples/declarative/landmarkmap/landmarkmap.pro
index 623658a3..89c3ca23 100644
--- a/examples/declarative/landmarkmap/landmarkmap.pro
+++ b/examples/declarative/landmarkmap/landmarkmap.pro
@@ -1,7 +1,7 @@
TEMPLATE=app
TARGET = qml_location_landmarkmap
-QT += declarative network location
+QT += qtquick1 declarative network location
SOURCES += qmllandmarkmap.cpp
diff --git a/examples/declarative/landmarkmap/qmllandmarkmap.cpp b/examples/declarative/landmarkmap/qmllandmarkmap.cpp
index 5dd2d900..25bf4055 100644
--- a/examples/declarative/landmarkmap/qmllandmarkmap.cpp
+++ b/examples/declarative/landmarkmap/qmllandmarkmap.cpp
@@ -39,7 +39,7 @@
****************************************************************************/
#include <QtGui/QApplication>
-#include <QtDeclarative/QDeclarativeView>
+#include <QtQuick1/QDeclarativeView>
#include <QtDeclarative/QDeclarativeEngine>
#include <QDir>
diff --git a/examples/declarative/mapviewer/mapviewer.pro b/examples/declarative/mapviewer/mapviewer.pro
index 5d931a8e..adc53344 100644
--- a/examples/declarative/mapviewer/mapviewer.pro
+++ b/examples/declarative/mapviewer/mapviewer.pro
@@ -1,7 +1,7 @@
TARGET = qml_location_mapviewer
TEMPLATE=app
-QT += declarative network
+QT += qtquick1 declarative network
SOURCES += qmlmapviewer.cpp
symbian {
diff --git a/examples/declarative/mapviewer/qmlmapviewer.cpp b/examples/declarative/mapviewer/qmlmapviewer.cpp
index 86b29f47..bd2725e8 100644
--- a/examples/declarative/mapviewer/qmlmapviewer.cpp
+++ b/examples/declarative/mapviewer/qmlmapviewer.cpp
@@ -39,7 +39,7 @@
****************************************************************************/
#include <QtGui/QApplication>
-#include <QtDeclarative/QDeclarativeView>
+#include <QtQuick1/QDeclarativeView>
#include <QtDeclarative/QDeclarativeEngine>
#include <QNetworkProxy>
diff --git a/examples/declarative/qmlplaces/qmlplaces.pro b/examples/declarative/qmlplaces/qmlplaces.pro
index 82ffddb0..c79b3d71 100644
--- a/examples/declarative/qmlplaces/qmlplaces.pro
+++ b/examples/declarative/qmlplaces/qmlplaces.pro
@@ -1,4 +1,4 @@
-QT += core network declarative
+QT += core network declarative qtquick1
TARGET = qmlplaces