From de66281645cea6073659ff4d9f534a2f403588cc Mon Sep 17 00:00:00 2001 From: "Javier S. Pedro" Date: Sat, 15 Oct 2011 23:57:14 +0200 Subject: Moving MetaWatchDigital stuff into its own class --- metawatch/metawatch.pro | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'metawatch/metawatch.pro') diff --git a/metawatch/metawatch.pro b/metawatch/metawatch.pro index 6819c67..366695e 100644 --- a/metawatch/metawatch.pro +++ b/metawatch/metawatch.pro @@ -15,13 +15,15 @@ SOURCES += metawatchplugin.cpp \ metawatchsimulatorform.cpp \ metawatchsimulator.cpp \ metawatchpaintengine.cpp \ - metawatch.cpp + metawatch.cpp \ + metawatchdigital.cpp HEADERS += metawatchplugin.h \ metawatchsimulatorform.h \ metawatchsimulator.h \ metawatchpaintengine.h \ - metawatch.h + metawatch.h \ + metawatchdigital.h FORMS += \ metawatchsimulatorform.ui @@ -69,3 +71,5 @@ unix:!symbian { } INSTALLS += target } + + -- cgit v1.2.3