From 79ac3cbd44563ea06afb91441e53ea13fe89d6bf Mon Sep 17 00:00:00 2001 From: Aaron McCarthy Date: Thu, 14 Jul 2011 14:40:36 +1000 Subject: Fix build after introduction of QtQuick1. Change-Id: I3e5ec450a1cfcabdab98b897ebaf12839030bd50 Reviewed-on: http://codereview.qt.nokia.com/1620 Reviewed-by: Qt Sanity Bot Reviewed-by: abcd --- examples/declarative/flickr/flickr.pro | 2 +- examples/declarative/flickr/qmllocationflickr.cpp | 2 +- examples/declarative/landmarkmap/landmarkmap.pro | 2 +- examples/declarative/landmarkmap/qmllandmarkmap.cpp | 2 +- examples/declarative/mapviewer/mapviewer.pro | 2 +- examples/declarative/mapviewer/qmlmapviewer.cpp | 2 +- examples/declarative/qmlplaces/qmlplaces.pro | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) (limited to 'examples') 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 -#include +#include #include 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 -#include +#include #include #include 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 -#include +#include #include #include 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 -- cgit v1.2.1