changeset 884:8be34e5ef7ff

Start work on unit converter
author Chris Cannam
date Mon, 01 Dec 2014 16:31:40 +0000
parents 33157c3f0e80
children 6778a82d6b76
files svgui.pro
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
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