Adapt to changes in c++utilities

This commit is contained in:
Martchus 2019-06-12 20:39:02 +02:00
parent b3e7c390d9
commit 18e3a907af
2 changed files with 3 additions and 3 deletions

View File

@ -10,8 +10,8 @@
#define QT_UTILITIES_EXPORT
#define QT_UTILITIES_IMPORT
#else
#define QT_UTILITIES_EXPORT LIB_EXPORT
#define QT_UTILITIES_IMPORT LIB_IMPORT
#define QT_UTILITIES_EXPORT CPP_UTILITIES_GENERIC_LIB_EXPORT
#define QT_UTILITIES_IMPORT CPP_UTILITIES_GENERIC_LIB_IMPORT
#endif
/*!

View File

@ -169,7 +169,7 @@ void QtConfigArguments::applySettings(bool preventApplyingDefaultFont) const
QGuiApplication::setFont(QFont(QStringLiteral("Segoe UI"), 9));
}
#else
VAR_UNUSED(preventApplyingDefaultFont)
CPP_UTILITIES_UNUSED(preventApplyingDefaultFont)
#endif
if (m_libraryPathsArg.isPresent()) {
QStringList libraryPaths;