Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
MER: Build on Qt 5.6
  • Loading branch information
martinjones committed Jun 4, 2016
1 parent 742ed87 commit f5bf243
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/location/location.pro
@@ -1,6 +1,8 @@
TARGET = QtLocation
QT = core-private positioning-private

MODULE_PLUGIN_TYPES = \
geoservices

QMAKE_DOCS = $$PWD/doc/qtlocation.qdocconf
OTHER_FILES += doc/src/*.qdoc # show .qdoc files in Qt Creator
Expand Down
3 changes: 3 additions & 0 deletions src/positioning/positioning.pro
@@ -1,6 +1,9 @@
TARGET = QtPositioning
QT = core-private

MODULE_PLUGIN_TYPES = \
position

QMAKE_DOCS = $$PWD/doc/qtpositioning.qdocconf
OTHER_FILES += doc/src/*.qdoc # show .qdoc files in Qt Creator

Expand Down

0 comments on commit f5bf243

Please sign in to comment.