diff widgets/widgets.pro @ 289:4ca7562dd246

* Add icon loader that automatically inverts icons where appropriate for (slightly) better display on a dark background
author Chris Cannam
date Fri, 13 Jul 2007 13:19:15 +0000
parents 9dd432665059
children 46faec7aae12
line wrap: on
line diff
--- a/widgets/widgets.pro	Thu Jul 12 21:10:43 2007 +0000
+++ b/widgets/widgets.pro	Fri Jul 13 13:19:15 2007 +0000
@@ -17,6 +17,7 @@
 HEADERS += AudioDial.h \
            ColourNameDialog.h \
            Fader.h \
+           IconLoader.h \
            ItemEditDialog.h \
            KeyReference.h \
            LayerTree.h \
@@ -40,6 +41,7 @@
 SOURCES += AudioDial.cpp \
            ColourNameDialog.cpp \
            Fader.cpp \
+           IconLoader.cpp \
            ItemEditDialog.cpp \
            KeyReference.cpp \
            LayerTree.cpp \