summaryrefslogtreecommitdiff
path: root/src/location/location.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/location/location.pro')
-rw-r--r--src/location/location.pro42
1 files changed, 2 insertions, 40 deletions
diff --git a/src/location/location.pro b/src/location/location.pro
index 5a053632..2ba446b6 100644
--- a/src/location/location.pro
+++ b/src/location/location.pro
@@ -1,54 +1,16 @@
TARGET = QtLocation
-QT = core-private
+QT = core-private positioning
QMAKE_DOCS = $$PWD/doc/qtlocation.qdocconf
OTHER_FILES += doc/src/*.qdoc # show .qdoc files in Qt Creator
PUBLIC_HEADERS += \
- qgeoaddress.h \
- qgeoareamonitor.h \
- qgeoshape.h \
- qgeorectangle.h \
- qgeocircle.h \
- qgeocoordinate.h \
- qgeolocation.h \
- qgeopositioninfo.h \
- qgeopositioninfosource.h \
- qgeosatelliteinfo.h \
- qgeosatelliteinfosource.h \
- qnmeapositioninfosource.h \
- qgeopositioninfosourcefactory.h \
qlocation.h \
qlocationglobal.h
-PRIVATE_HEADERS += \
- qgeoaddress_p.h \
- qgeoshape_p.h \
- qgeorectangle_p.h \
- qgeocircle_p.h \
- qgeolocation_p.h \
- qlocationutils_p.h \
- qnmeapositioninfosource_p.h \
- qgeocoordinate_p.h \
- qgeopositioninfosource_p.h
-
SOURCES += \
- qgeoaddress.cpp \
- qgeoareamonitor.cpp \
- qgeoshape.cpp \
- qgeorectangle.cpp \
- qgeocircle.cpp \
- qgeocoordinate.cpp \
- qgeolocation.cpp \
- qgeopositioninfo.cpp \
- qgeopositioninfosource.cpp \
- qgeosatelliteinfo.cpp \
- qgeosatelliteinfosource.cpp \
- qlocationutils.cpp \
- qnmeapositioninfosource.cpp \
- qgeopositioninfosourcefactory.cpp \
- qlocation.cpp
+ qlocation.cpp
qtHaveModule(3d): include(maps/maps.pri)
include(places/places.pri)