1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
freebsd-ports/x11-toolkits/qt33/files/patch-src-styles-qstylefactory.cpp
Michael Nottebrock 0d959daeb3 Add a small hackish patch that prevents qmake from generating a bogus
dependency on an old header during portupgrade and causing the install
stage to fail.

Approved by:	will
2003-09-21 18:45:34 +00:00

13 lines
348 B
C++

--- src/styles/qstylefactory.cpp.orig Sun Sep 21 19:27:51 2003
+++ src/styles/qstylefactory.cpp Sun Sep 21 19:28:07 2003
@@ -48,9 +48,6 @@
#include "qplatinumstyle.h"
#include "qsgistyle.h"
#include "qcompactstyle.h"
-#ifndef QT_NO_STYLE_WINDOWSXP
-#include "qwindowsxpstyle.h"
-#endif
#ifndef QT_NO_STYLE_AQUA
#include "qaquastyle.h"
#endif