From 0023c72390d7055a1446f8fb38e0415be134f501 Mon Sep 17 00:00:00 2001 From: Shawn Rutledge Date: Tue, 27 Sep 2016 13:07:28 +0200 Subject: example: use the compiler Change-Id: I18e750713befae9a30b052cc001cec8577349479 Reviewed-by: Paolo Angelelli Reviewed-by: Alex Blasche --- examples/location/mapviewer/mapviewer.pro | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/location/mapviewer/mapviewer.pro b/examples/location/mapviewer/mapviewer.pro index 65ac2d16..5f463c85 100644 --- a/examples/location/mapviewer/mapviewer.pro +++ b/examples/location/mapviewer/mapviewer.pro @@ -2,6 +2,7 @@ TARGET = qml_location_mapviewer TEMPLATE = app QT += qml network quick positioning location +CONFIG += qtquickcompiler SOURCES += main.cpp RESOURCES += \ -- cgit v1.2.3