forked from qt-creator/qt-creator
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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user