summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaolo Angelelli <paolo.angelelli@qt.io>2018-03-01 15:46:02 +0100
committerPaolo Angelelli <paolo.angelelli@qt.io>2018-03-05 13:06:21 +0000
commita692e59631bb1e8e0d4c0de8d2d6e68ca1c6cb60 (patch)
tree869424582fb7e20eafb7c7e77f1232058d3a0b73
parent8666201dcc76b277a2d5a77b84ed7e7114b76987 (diff)
downloadqtlocation-a692e59631bb1e8e0d4c0de8d2d6e68ca1c6cb60.tar.gz
Add .mm to DISTFILES if not on Mac
So that the files can be found by qtcreator. Change-Id: I00b0cbcd711b413221a4486234aba8b1c5757cb6 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io>
-rw-r--r--src/plugins/position/corelocation/corelocation.pro4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/plugins/position/corelocation/corelocation.pro b/src/plugins/position/corelocation/corelocation.pro
index 85a5aaed..6b7ba82c 100644
--- a/src/plugins/position/corelocation/corelocation.pro
+++ b/src/plugins/position/corelocation/corelocation.pro
@@ -15,6 +15,10 @@ OTHER_FILES += \
LIBS += -framework Foundation -framework CoreLocation
+!darwin {
+ DISTFILES += $$OBJECTIVE_SOURCES
+}
+
PLUGIN_TYPE = position
PLUGIN_CLASS_NAME = QGeoPositionInfoSourceFactoryCL
load(qt_plugin)