OSDN Git Service

correct condition for QProxyStyle source compilation
authorIvailo Monev <xakepa10@gmail.com>
Sat, 1 Aug 2020 19:46:58 +0000 (22:46 +0300)
committerIvailo Monev <xakepa10@gmail.com>
Sat, 1 Aug 2020 19:46:58 +0000 (22:46 +0300)
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
src/gui/styles/qproxystyle.cpp

index 90f8605..e7c82ca 100644 (file)
@@ -38,7 +38,7 @@
 #include "qstylefactory.h"
 #include "qstyle_p.h"
 
-#if !defined(QT_NO_STYLE_PROXY) || defined(QT_PLUGIN)
+#if !defined(QT_NO_STYLE_PROXY)
 
 QT_BEGIN_NAMESPACE