Utils: Fix QTC_STATIC_BUILD build

Change-Id: I14ac8c99708aba548d1054b37e5a445f6ac1a2b7
Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
Cristian Adam
2023-05-25 17:17:52 +02:00
committed by hjk
parent 78f2dda7ef
commit d64954b029

View File

@@ -11,6 +11,8 @@
#if defined(UTILS_LIBRARY) #if defined(UTILS_LIBRARY)
# define QTCREATOR_UTILS_EXPORT Q_DECL_EXPORT # define QTCREATOR_UTILS_EXPORT Q_DECL_EXPORT
#elif defined(UTILS_STATIC_LIBRARY)
# define QTCREATOR_UTILS_EXPORT
#else #else
# define QTCREATOR_UTILS_EXPORT Q_DECL_IMPORT # define QTCREATOR_UTILS_EXPORT Q_DECL_IMPORT
#endif #endif