summaryrefslogtreecommitdiffstats
path: root/src/location/location.pro
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@digia.com>2013-07-01 15:14:32 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-07-12 15:00:17 +0200
commit7197e14116c4e214efc5e8c6a0a6ab6a7990a634 (patch)
tree4d62acc4500124042e8fd7978c5e601d42d775dd /src/location/location.pro
parentc955dcea2df9378a45d53d5556a1f726bcf05306 (diff)
Fix QtLocation documentation
This moves the docs to its proper place and fixes content as well as broken links. There are still some warnings left. Change-Id: Ie83086f4feabab5f3b3d6c92eb6b401a5ff43e29 Reviewed-by: Alex <alexander.blasche@digia.com>
Diffstat (limited to 'src/location/location.pro')
-rw-r--r--src/location/location.pro22
1 files changed, 11 insertions, 11 deletions
diff --git a/src/location/location.pro b/src/location/location.pro
index 5b38ccfa..f36fd8ff 100644
--- a/src/location/location.pro
+++ b/src/location/location.pro
@@ -1,14 +1,9 @@
TARGET = QtLocation
QT = core-private
-HEADERS += qgeopositioninfosource_p.h
-qtHaveModule(3d): include(maps/maps.pri)
-include(places/places.pri)
-
-QMAKE_DOCS = $$PWD/../../doc/config/qtlocation.qdocconf
-
-load(qt_module)
+QMAKE_DOCS = $$PWD/doc/qtlocation.qdocconf
+OTHER_FILES += doc/src/*.qdoc # show .qdoc files in Qt Creator
PUBLIC_HEADERS += \
qgeoaddress.h \
@@ -36,10 +31,8 @@ PRIVATE_HEADERS += \
qlocationutils_p.h \
qnmeapositioninfosource_p.h \
qgeoareamonitor_polling_p.h \
- qgeocoordinate_p.h
-
-
-HEADERS += $$PUBLIC_HEADERS $$PRIVATE_HEADERS
+ qgeocoordinate_p.h \
+ qgeopositioninfosource_p.h
SOURCES += \
qgeoaddress.cpp \
@@ -58,3 +51,10 @@ SOURCES += \
qgeoareamonitor_polling.cpp \
qgeopositioninfosourcefactory.cpp \
qlocation.cpp
+
+qtHaveModule(3d): include(maps/maps.pri)
+include(places/places.pri)
+
+HEADERS += $$PUBLIC_HEADERS $$PRIVATE_HEADERS
+
+load(qt_module)