summaryrefslogtreecommitdiff
path: root/src/positioning/positioning.pro
diff options
context:
space:
mode:
authorMichal Klocek <michal.klocek@theqtcompany.com>2015-11-19 17:47:47 +0100
committerMichal Klocek <michal.klocek@theqtcompany.com>2015-11-23 11:51:06 +0000
commit384991d3dca08725b6805c5cae1d206238f131c7 (patch)
tree4de2a2bac25a7a6ee3e68319692dac011b8b1a30 /src/positioning/positioning.pro
parent59a61324d66263bb219ba8fc4ccdd8c244cddf72 (diff)
downloadqtlocation-384991d3dca08725b6805c5cae1d206238f131c7.tar.gz
Share common data between b2qt emulator and simulator plugin
Share position information structs between client and server implementations for simulator plugin. Required structs exported as private export. Change-Id: I7c8fb4b93d8cacd6217096e28f770409c8939c29 Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com>
Diffstat (limited to 'src/positioning/positioning.pro')
-rw-r--r--src/positioning/positioning.pro7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/positioning/positioning.pro b/src/positioning/positioning.pro
index 2e751bfb..0dd91272 100644
--- a/src/positioning/positioning.pro
+++ b/src/positioning/positioning.pro
@@ -46,7 +46,9 @@ PRIVATE_HEADERS += \
qdeclarativegeolocation_p.h \
qdoublevector2d_p.h \
qdoublevector3d_p.h \
- qgeoprojection_p.h
+ qgeoprojection_p.h \
+ qpositioningglobal_p.h \
+ qlocationdata_simulator_p.h
SOURCES += \
qgeoaddress.cpp \
@@ -68,7 +70,8 @@ SOURCES += \
qdeclarativegeolocation.cpp \
qdoublevector2d.cpp \
qdoublevector3d.cpp \
- qgeoprojection.cpp
+ qgeoprojection.cpp \
+ qlocationdata_simulator.cpp
HEADERS += $$PUBLIC_HEADERS $$PRIVATE_HEADERS