mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-25 03:12:56 +00:00
correct condition for QProxyStyle source compilation
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
542bc73fc6
commit
a54855658b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue