qdrawutil is for QtWidgets

the methods don't make sense for QML based apps
This commit is contained in:
Lars Knoll 2011-05-04 15:14:29 +02:00
parent aa20a95f59
commit 08ba97f653
6 changed files with 4 additions and 6 deletions

View File

@ -6,7 +6,6 @@ HEADERS += \
painting/qcolor.h \
painting/qcolor_p.h \
painting/qcolormap.h \
painting/qdrawutil.h \
painting/qemulationpaintengine_p.h \
painting/qmatrix.h \
painting/qmemrotate_p.h \
@ -49,7 +48,6 @@ SOURCES += \
painting/qcolor.cpp \
painting/qcolor_p.cpp \
painting/qcssutil.cpp \
painting/qdrawutil.cpp \
painting/qemulationpaintengine.cpp \
painting/qmatrix.cpp \
painting/qmemrotate.cpp \

View File

@ -54,7 +54,6 @@
//
#include <QtGui/qpaintengine.h>
#include <QtGui/qdrawutil.h>
#include <private/qpaintengine_p.h>
#include <private/qstroker_p.h>

View File

@ -49,7 +49,6 @@
#include <QtGui/qpixmap.h>
#include <QtGui/qimage.h>
#include <QtGui/qtextoption.h>
#include <QtGui/qdrawutil.h>
#ifndef QT_INCLUDE_COMPAT
#include <QtGui/qpolygon.h>

View File

@ -1,7 +1,8 @@
# Qt styles module
HEADERS += \
styles/qstyle.h \
styles/qdrawutil.h \
styles/qstyle.h \
styles/qstylefactory.h \
styles/qstyleoption.h \
styles/qstyleplugin.h \
@ -14,7 +15,8 @@ HEADERS += \
styles/qstylesheetstyle_p.h
SOURCES += \
styles/qstyle.cpp \
styles/qdrawutil.cpp \
styles/qstyle.cpp \
styles/qstylefactory.cpp \
styles/qstyleoption.cpp \
styles/qstyleplugin.cpp \