summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaolo Angelelli <paolo.angelelli@qt.io>2018-01-30 13:36:19 +0100
committerPaolo Angelelli <paolo.angelelli@qt.io>2018-02-02 12:20:39 +0000
commitb9d4da55cf0b775467df43c1d868dc4d58b96b45 (patch)
tree661522aebc2a2919976f0027255b162db21ec8ba
parent518633da419d6cfaf603773b9e8c5840e783bc4a (diff)
downloadqtlocation-5.10.tar.gz
Remove forcing the qtquickcompiler on the mapviewer example5.10
Or else it prevents QML debugging. Task-number: QTBUG-64827 Change-Id: I7a31b6a575ed7a4f96368b87aaa883fd3ba2b940 Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
-rw-r--r--examples/location/mapviewer/mapviewer.pro1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/location/mapviewer/mapviewer.pro b/examples/location/mapviewer/mapviewer.pro
index d49258a2..8e3daf81 100644
--- a/examples/location/mapviewer/mapviewer.pro
+++ b/examples/location/mapviewer/mapviewer.pro
@@ -2,7 +2,6 @@ TARGET = qml_location_mapviewer
TEMPLATE = app
QT += qml network quick positioning location
-CONFIG += qtquickcompiler
SOURCES += main.cpp
# Workaround for QTBUG-38735