aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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