diff svgui.pro @ 884:8be34e5ef7ff

Start work on unit converter
author Chris Cannam
date Mon, 01 Dec 2014 16:31:40 +0000
parents 4ce1dbeaf9ab
children a3b3b64fbc43 635109400804
line wrap: on
line diff
--- a/svgui.pro	Thu Nov 27 17:39:37 2014 +0000
+++ b/svgui.pro	Mon Dec 01 16:31:40 2014 +0000
@@ -136,6 +136,7 @@
            widgets/Thumbwheel.h \
            widgets/TipDialog.h \
            widgets/TransformFinder.h \
+           widgets/UnitConverter.h \
            widgets/WindowShapePreview.h \
            widgets/WindowTypeSelector.h
 SOURCES += widgets/ActivityLog.cpp \
@@ -173,5 +174,6 @@
            widgets/Thumbwheel.cpp \
            widgets/TipDialog.cpp \
            widgets/TransformFinder.cpp \
+           widgets/UnitConverter.cpp \
            widgets/WindowShapePreview.cpp \
            widgets/WindowTypeSelector.cpp