From 9ed282eeee0f761fcd4d77777098b10e61eec2f0 Mon Sep 17 00:00:00 2001 From: Lars Knoll Date: Tue, 16 Aug 2011 14:47:43 +0200 Subject: Move QColorMap into QtWidgets Remove the remaining dependency in qnativeimage and move the whole class into QtGui for compatibility. The class is not needed anymore since we're not going to support 8bit/indexed displays going forward. Change-Id: I7b5f1b2a5661db4ed77bb3801039114c7518512d Reviewed-on: http://codereview.qt.nokia.com/3199 Reviewed-by: Qt Sanity Bot Reviewed-by: Gunnar Sletta --- src/widgets/util/util.pri | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/widgets/util/util.pri') diff --git a/src/widgets/util/util.pri b/src/widgets/util/util.pri index 1ba8011ee3..2eec946338 100644 --- a/src/widgets/util/util.pri +++ b/src/widgets/util/util.pri @@ -2,6 +2,7 @@ HEADERS += \ util/qsystemtrayicon.h \ + util/qcolormap.h \ util/qcompleter.h \ util/qcompleter_p.h \ util/qsystemtrayicon_p.h \ @@ -17,6 +18,7 @@ HEADERS += \ SOURCES += \ util/qsystemtrayicon.cpp \ + util/qcolormap_qpa.cpp \ util/qcompleter.cpp \ util/qscroller.cpp \ util/qscrollerproperties.cpp \ -- cgit v1.2.3