summaryrefslogtreecommitdiffstats
path: root/src/client/client.pro
diff options
context:
space:
mode:
authorDenis Dzyubenko <denis.dzyubenko@nokia.com>2012-01-04 14:29:07 +0100
committerQt by Nokia <qt-info@nokia.com>2012-01-04 16:55:37 +0100
commit06fc640357170b0b536accb5771f75a74411f1b9 (patch)
treed3938fd3318123fe4738f4b9e705e0d1a5f372c1 /src/client/client.pro
parenta864e62e1da5fc554133d767da2b9a53bea7e722 (diff)
Renamed public macros.
Renamed QT_ADDON_JSONDB_BEGIN_NAMESPACE to QT_BEGIN_NAMESPACE_JSONDB to ensure there is the same prefix for all those macros. "syncqt" app has some logic when it parses headers and it is easier to parse headers if the prefix matches. This is the first change that enables us to instruct syncqt to generate forward includes like "#include <JsonDbClient>" in addition to existing "#include <jsondb-client.h>" This change depends on http://codereview.qt-project.org/12127 Change-Id: I0700f58d53aa5c28193fc7ab93e36bdccd6983ed Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Denis Dzyubenko <denis.dzyubenko@nokia.com>
Diffstat (limited to 'src/client/client.pro')
-rw-r--r--src/client/client.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/client.pro b/src/client/client.pro
index 1e2bc921..77bf359d 100644
--- a/src/client/client.pro
+++ b/src/client/client.pro
@@ -27,6 +27,7 @@ HEADERS += \
jsondb-connection_p_p.h \
jsondb-query.h \
jsondb-oneshot_p.h \
+ jsondb-strings_p.h \
jsondb-notification.h
SOURCES += \