aboutsummaryrefslogtreecommitdiffstats
path: root/src
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
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')
-rw-r--r--src/calendar/qtquickcalendarglobal_p.h2
-rw-r--r--src/controls/qtquickcontrolsglobal_p.h2
-rw-r--r--src/extras/qtquickextrasglobal_p.h2
3 files changed, 3 insertions, 3 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
diff --git a/src/controls/qtquickcontrolsglobal_p.h b/src/controls/qtquickcontrolsglobal_p.h
index 21a0aaa6..933980b8 100644
--- a/src/controls/qtquickcontrolsglobal_p.h
+++ b/src/controls/qtquickcontrolsglobal_p.h
@@ -53,7 +53,7 @@
QT_BEGIN_NAMESPACE
#ifndef QT_STATIC
-# if defined(QT_BUILD_QUICKCONTROLS_LIB)
+# if defined(QT_BUILD_QUICKCONTROLS2_LIB)
# define Q_QUICKCONTROLS_EXPORT Q_DECL_EXPORT
# else
# define Q_QUICKCONTROLS_EXPORT Q_DECL_IMPORT
diff --git a/src/extras/qtquickextrasglobal_p.h b/src/extras/qtquickextrasglobal_p.h
index 9bebcac8..1c9e54eb 100644
--- a/src/extras/qtquickextrasglobal_p.h
+++ b/src/extras/qtquickextrasglobal_p.h
@@ -53,7 +53,7 @@
QT_BEGIN_NAMESPACE
#ifndef QT_STATIC
-# if defined(QT_BUILD_QUICKEXTRAS_LIB)
+# if defined(QT_BUILD_QUICKEXTRAS2_LIB)
# define Q_QUICKEXTRAS_EXPORT Q_DECL_EXPORT
# else
# define Q_QUICKEXTRAS_EXPORT Q_DECL_IMPORT