summaryrefslogtreecommitdiff
path: root/metawatch/metawatch.pro
diff options
context:
space:
mode:
authorJavier S. Pedro <maemo@javispedro.com>2011-10-15 23:57:14 +0200
committerJavier S. Pedro <maemo@javispedro.com>2011-10-15 23:57:14 +0200
commitde66281645cea6073659ff4d9f534a2f403588cc (patch)
tree1183f1242d8b7be061668e903cd51867b696e438 /metawatch/metawatch.pro
parentf0052223da8290fb9273c4901f6309e612ea55ff (diff)
downloadsowatch-de66281645cea6073659ff4d9f534a2f403588cc.tar.gz
sowatch-de66281645cea6073659ff4d9f534a2f403588cc.zip
Moving MetaWatchDigital stuff into its own class
Diffstat (limited to 'metawatch/metawatch.pro')
-rw-r--r--metawatch/metawatch.pro8
1 files changed, 6 insertions, 2 deletions
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
}
+
+