mirror of
https://github.com/dashpay/dash.git
synced 2024-12-24 11:32:46 +01:00
merge bitcoin#22133: Make QWindowsVistaStylePlugin available again
This commit is contained in:
parent
1fbdd009cd
commit
183d08f1d9
@ -147,6 +147,7 @@ AC_DEFUN([BITCOIN_QT_CONFIGURE],[
|
|||||||
dnl https://bugreports.qt.io/browse/QTBUG-27097.
|
dnl https://bugreports.qt.io/browse/QTBUG-27097.
|
||||||
AX_CHECK_LINK_FLAG([-lwtsapi32], [QT_LIBS="$QT_LIBS -lwtsapi32"], [AC_MSG_ERROR([could not link against -lwtsapi32])])
|
AX_CHECK_LINK_FLAG([-lwtsapi32], [QT_LIBS="$QT_LIBS -lwtsapi32"], [AC_MSG_ERROR([could not link against -lwtsapi32])])
|
||||||
_BITCOIN_QT_CHECK_STATIC_PLUGIN([QWindowsIntegrationPlugin], [-lqwindows])
|
_BITCOIN_QT_CHECK_STATIC_PLUGIN([QWindowsIntegrationPlugin], [-lqwindows])
|
||||||
|
_BITCOIN_QT_CHECK_STATIC_PLUGIN([QWindowsVistaStylePlugin], [-lqwindowsvistastyle])
|
||||||
AC_DEFINE(QT_QPA_PLATFORM_WINDOWS, 1, [Define this symbol if the qt platform is windows])
|
AC_DEFINE(QT_QPA_PLATFORM_WINDOWS, 1, [Define this symbol if the qt platform is windows])
|
||||||
elif test "x$TARGET_OS" = xlinux; then
|
elif test "x$TARGET_OS" = xlinux; then
|
||||||
_BITCOIN_QT_CHECK_STATIC_PLUGIN([QXcbIntegrationPlugin], [-lqxcb])
|
_BITCOIN_QT_CHECK_STATIC_PLUGIN([QXcbIntegrationPlugin], [-lqxcb])
|
||||||
|
@ -64,6 +64,7 @@
|
|||||||
Q_IMPORT_PLUGIN(QXcbIntegrationPlugin);
|
Q_IMPORT_PLUGIN(QXcbIntegrationPlugin);
|
||||||
#elif defined(QT_QPA_PLATFORM_WINDOWS)
|
#elif defined(QT_QPA_PLATFORM_WINDOWS)
|
||||||
Q_IMPORT_PLUGIN(QWindowsIntegrationPlugin);
|
Q_IMPORT_PLUGIN(QWindowsIntegrationPlugin);
|
||||||
|
Q_IMPORT_PLUGIN(QWindowsVistaStylePlugin);
|
||||||
#elif defined(QT_QPA_PLATFORM_COCOA)
|
#elif defined(QT_QPA_PLATFORM_COCOA)
|
||||||
Q_IMPORT_PLUGIN(QCocoaIntegrationPlugin);
|
Q_IMPORT_PLUGIN(QCocoaIntegrationPlugin);
|
||||||
Q_IMPORT_PLUGIN(QMacStylePlugin);
|
Q_IMPORT_PLUGIN(QMacStylePlugin);
|
||||||
|
Loading…
Reference in New Issue
Block a user