diff options
author | Shawn Rutledge <shawn.rutledge@qt.io> | 2016-09-27 13:07:28 +0200 |
---|---|---|
committer | Paolo Angelelli <paolo.angelelli@qt.io> | 2017-04-10 12:43:17 +0000 |
commit | 0023c72390d7055a1446f8fb38e0415be134f501 (patch) | |
tree | 664edaac7c05064a84ac5fcfa85ffdcfa82b5981 /examples/location | |
parent | 06c473d9dfe162a1e55a1ebbc68ff89f4cd9a8ea (diff) | |
download | qtlocation-5.8.tar.gz |
example: use the compiler5.8
Change-Id: I18e750713befae9a30b052cc001cec8577349479
Reviewed-by: Paolo Angelelli <paolo.angelelli@qt.io>
Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
Diffstat (limited to 'examples/location')
-rw-r--r-- | examples/location/mapviewer/mapviewer.pro | 1 |
1 files changed, 1 insertions, 0 deletions
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 += \ |