Mercurial > hg > svgui
diff widgets/widgets.pro @ 376:e1a9e478b7f2
* juggle some files around in order to free audioio, base, and system libraries
from dependency on QtGui
author | Chris Cannam |
---|---|
date | Wed, 12 Mar 2008 17:42:56 +0000 |
parents | 4a542ba875c2 |
children | 22b72f0f6a4e |
line wrap: on
line diff
--- a/widgets/widgets.pro Wed Mar 12 14:40:18 2008 +0000 +++ b/widgets/widgets.pro Wed Mar 12 17:42:56 2008 +0000 @@ -16,6 +16,7 @@ # Input HEADERS += AudioDial.h \ ColourNameDialog.h \ + CommandHistory.h \ Fader.h \ IconLoader.h \ ImageDialog.h \ @@ -37,12 +38,14 @@ PropertyStack.h \ RangeInputDialog.h \ SubdividingMenu.h \ + TextAbbrev.h \ Thumbwheel.h \ TipDialog.h \ WindowShapePreview.h \ WindowTypeSelector.h SOURCES += AudioDial.cpp \ ColourNameDialog.cpp \ + CommandHistory.cpp \ Fader.cpp \ IconLoader.cpp \ ImageDialog.cpp \ @@ -64,6 +67,7 @@ PropertyStack.cpp \ RangeInputDialog.cpp \ SubdividingMenu.cpp \ + TextAbbrev.cpp \ Thumbwheel.cpp \ TipDialog.cpp \ WindowShapePreview.cpp \