summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorPaolo Angelelli <paolo.angelelli@qt.io>2017-02-11 19:25:50 +0100
committerPaolo Angelelli <paolo.angelelli@qt.io>2017-02-14 14:05:01 +0000
commite5202eac7c4005aaf1020b2d0f863287dedbe51b (patch)
tree28acbe624f793ee649994facdb21924b892888f3 /tests
parent2f6fd434396af991a57b7e54f1920b72888f2b51 (diff)
downloadqtlocation-e5202eac7c4005aaf1020b2d0f863287dedbe51b.tar.gz
Fix export macro in private headers
Changing Q_LOCATION_EXPORT to Q_LOCATION_PRIVATE_EXPORT in all _p headers to avoid confusion. Change-Id: Ic42d1c59f0cd68c27bcf40296c612d005da11efd Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/qgeotilespec/qgeotilespec.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qgeotilespec/qgeotilespec.pro b/tests/auto/qgeotilespec/qgeotilespec.pro
index eb48aea6..87cec150 100644
--- a/tests/auto/qgeotilespec/qgeotilespec.pro
+++ b/tests/auto/qgeotilespec/qgeotilespec.pro
@@ -6,4 +6,4 @@ INCLUDEPATH += ../../../src/location/maps
SOURCES += tst_qgeotilespec.cpp
-QT += location testlib
+QT += location-private testlib