summaryrefslogtreecommitdiffstats
path: root/src/partition/jsondbpartitionglobal.h
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>2012-04-16 16:47:38 +0200
committerQt by Nokia <qt-info@nokia.com>2012-06-27 21:28:22 +0200
commitc4765f686f08aed34d3adb2847c2dd3289958711 (patch)
tree911319403d2b88ec0c597e547ccd1357abeed483 /src/partition/jsondbpartitionglobal.h
parent4ee9bf96fb4790d95bf95b59230034ec7911f453 (diff)
use auto-defined QT_BUILD_*_LIB variables
Change-Id: Iee5324ac523e603a25983b8a2581f07e44a5cdef Reviewed-by: Denis Dzyubenko <denis.dzyubenko@nokia.com>
Diffstat (limited to 'src/partition/jsondbpartitionglobal.h')
-rw-r--r--src/partition/jsondbpartitionglobal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/partition/jsondbpartitionglobal.h b/src/partition/jsondbpartitionglobal.h
index 9b88409..c66e40c 100644
--- a/src/partition/jsondbpartitionglobal.h
+++ b/src/partition/jsondbpartitionglobal.h
@@ -44,7 +44,7 @@
#include "QtCore/qglobal.h"
-#if defined(QT_JSONDB_PARTITION_LIB)
+#if defined(QT_BUILD_JSONDBPARTITION_LIB)
# define Q_JSONDB_PARTITION_EXPORT Q_DECL_EXPORT
#else
# define Q_JSONDB_PARTITION_EXPORT Q_DECL_IMPORT