summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore2
-rw-r--r--src/location/location.pro1
-rw-r--r--sync.profile1
3 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 5b4d2f24..2eb894a8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -119,6 +119,8 @@ translations/*.qm
translations/*_untranslated.ts
qrc_*.cpp
+src/location/qtlocationversion.h
+
# Test generated files
QObject.log
tst_*
diff --git a/src/location/location.pro b/src/location/location.pro
index b4aec374..299e8849 100644
--- a/src/location/location.pro
+++ b/src/location/location.pro
@@ -12,6 +12,7 @@ DEFINES += QT_BUILD_LOCATION_LIB QT_MAKEDLL
include($$QT_SOURCE_TREE/src/qbase.pri)
+HEADERS += qtlocationversion.h
include(landmarks/landmarks.pri)
include(maps/maps.pri)
diff --git a/sync.profile b/sync.profile
index 1dbdaeda..892e8bd3 100644
--- a/sync.profile
+++ b/sync.profile
@@ -4,6 +4,7 @@
%moduleheaders = ( # restrict the module headers to those found in relative path
);
%classnames = (
+ "qtlocationversion.h" => "QtLocationVersion",
);
%mastercontent = (
"gui" => "#include <QtGui/QtGui>\n",