aboutsummaryrefslogtreecommitdiffstats
path: root/src/calendar/qtquickcalendarglobal_p.h
diff options
context:
space:
mode:
authorFrederik Gladhorn <frederik.gladhorn@theqtcompany.com>2015-04-24 12:21:38 +0200
committerJ-P Nurmi <jpnurmi@theqtcompany.com>2015-04-24 12:53:03 +0000
commit61b338e8473ba24b5e5f79f64327cd27bd9c95f6 (patch)
tree6cb51e637e167ac4435fae5f1a0a167fbf5dd40a /src/calendar/qtquickcalendarglobal_p.h
parente9476ae5b9385ce5a6b4a55f984543aa180492bd (diff)
Fix module exports (windows build)
After renaming the module to get the doc build working, the exports are wrong. Change-Id: If92c06c0ce1c59a86d99d1f3d1b73ed6beeed297 Reviewed-by: J-P Nurmi <jpnurmi@theqtcompany.com> Reviewed-by: Caroline Chao <caroline.chao@theqtcompany.com>
Diffstat (limited to 'src/calendar/qtquickcalendarglobal_p.h')
-rw-r--r--src/calendar/qtquickcalendarglobal_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/calendar/qtquickcalendarglobal_p.h b/src/calendar/qtquickcalendarglobal_p.h
index 60f806d0..d5da61f1 100644
--- a/src/calendar/qtquickcalendarglobal_p.h
+++ b/src/calendar/qtquickcalendarglobal_p.h
@@ -53,7 +53,7 @@
QT_BEGIN_NAMESPACE
#ifndef QT_STATIC
-# if defined(QT_BUILD_QUICKCALENDAR_LIB)
+# if defined(QT_BUILD_QUICKCALENDAR2_LIB)
# define Q_QUICKCALENDAR_EXPORT Q_DECL_EXPORT
# else
# define Q_QUICKCALENDAR_EXPORT Q_DECL_IMPORT