summaryrefslogtreecommitdiff
path: root/src/plugins/position/corelocation/corelocation.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/position/corelocation/corelocation.pro')
-rw-r--r--src/plugins/position/corelocation/corelocation.pro24
1 files changed, 0 insertions, 24 deletions
diff --git a/src/plugins/position/corelocation/corelocation.pro b/src/plugins/position/corelocation/corelocation.pro
deleted file mode 100644
index 6b7ba82c..00000000
--- a/src/plugins/position/corelocation/corelocation.pro
+++ /dev/null
@@ -1,24 +0,0 @@
-TARGET = qtposition_cl
-
-QT = core core-private positioning
-
-OBJECTIVE_SOURCES += \
- qgeopositioninfosource_cl.mm \
- qgeopositioninfosourcefactory_cl.mm
-
-HEADERS += \
- qgeopositioninfosource_cl_p.h \
- qgeopositioninfosourcefactory_cl.h
-
-OTHER_FILES += \
- plugin.json
-
-LIBS += -framework Foundation -framework CoreLocation
-
-!darwin {
- DISTFILES += $$OBJECTIVE_SOURCES
-}
-
-PLUGIN_TYPE = position
-PLUGIN_CLASS_NAME = QGeoPositionInfoSourceFactoryCL
-load(qt_plugin)