annotate 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
rev   line source
Chris@128 1 TEMPLATE = lib
Chris@128 2
Chris@215 3 SV_UNIT_PACKAGES = vamp-hostsdk fftw3f
Chris@128 4 load(../sv.prf)
Chris@128 5
Chris@128 6 CONFIG += sv staticlib qt thread warn_on stl rtti exceptions
Chris@128 7 QT += xml
Chris@128 8
Chris@128 9 TARGET = svwidgets
Chris@128 10
Chris@128 11 DEPENDPATH += . ..
Chris@128 12 INCLUDEPATH += . ..
Chris@128 13 OBJECTS_DIR = tmp_obj
Chris@128 14 MOC_DIR = tmp_moc
Chris@128 15
Chris@128 16 # Input
Chris@128 17 HEADERS += AudioDial.h \
Chris@285 18 ColourNameDialog.h \
Chris@128 19 Fader.h \
Chris@289 20 IconLoader.h \
Chris@128 21 ItemEditDialog.h \
Chris@281 22 KeyReference.h \
Chris@128 23 LayerTree.h \
Chris@128 24 LEDButton.h \
Chris@128 25 ListInputDialog.h \
Chris@189 26 NotifyingCheckBox.h \
Chris@189 27 NotifyingComboBox.h \
Chris@189 28 NotifyingPushButton.h \
Chris@190 29 NotifyingTabBar.h \
Chris@172 30 Panner.h \
Chris@128 31 PluginParameterBox.h \
Chris@128 32 PluginParameterDialog.h \
Chris@128 33 PropertyBox.h \
Chris@132 34 PropertyStack.h \
Chris@188 35 RangeInputDialog.h \
Chris@151 36 SubdividingMenu.h \
Chris@139 37 Thumbwheel.h \
Chris@225 38 TipDialog.h \
Chris@139 39 WindowShapePreview.h \
Chris@139 40 WindowTypeSelector.h
Chris@128 41 SOURCES += AudioDial.cpp \
Chris@285 42 ColourNameDialog.cpp \
Chris@128 43 Fader.cpp \
Chris@289 44 IconLoader.cpp \
Chris@128 45 ItemEditDialog.cpp \
Chris@281 46 KeyReference.cpp \
Chris@128 47 LayerTree.cpp \
Chris@128 48 LEDButton.cpp \
Chris@128 49 ListInputDialog.cpp \
Chris@189 50 NotifyingCheckBox.cpp \
Chris@189 51 NotifyingComboBox.cpp \
Chris@189 52 NotifyingPushButton.cpp \
Chris@190 53 NotifyingTabBar.cpp \
Chris@172 54 Panner.cpp \
Chris@128 55 PluginParameterBox.cpp \
Chris@128 56 PluginParameterDialog.cpp \
Chris@128 57 PropertyBox.cpp \
Chris@132 58 PropertyStack.cpp \
Chris@188 59 RangeInputDialog.cpp \
Chris@151 60 SubdividingMenu.cpp \
Chris@139 61 Thumbwheel.cpp \
Chris@225 62 TipDialog.cpp \
Chris@139 63 WindowShapePreview.cpp \
Chris@139 64 WindowTypeSelector.cpp