From a692e59631bb1e8e0d4c0de8d2d6e68ca1c6cb60 Mon Sep 17 00:00:00 2001 From: Paolo Angelelli Date: Thu, 1 Mar 2018 15:46:02 +0100 Subject: Add .mm to DISTFILES if not on Mac So that the files can be found by qtcreator. Change-Id: I00b0cbcd711b413221a4486234aba8b1c5757cb6 Reviewed-by: Oswald Buddenhagen --- src/plugins/position/corelocation/corelocation.pro | 4 ++++ 1 file changed, 4 insertions(+) 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) -- cgit v1.2.3