diff options
Diffstat (limited to 'metawatch/metawatch.pro')
-rw-r--r-- | metawatch/metawatch.pro | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/metawatch/metawatch.pro b/metawatch/metawatch.pro index 366695e..96518da 100644 --- a/metawatch/metawatch.pro +++ b/metawatch/metawatch.pro @@ -16,14 +16,16 @@ SOURCES += metawatchplugin.cpp \ metawatchsimulator.cpp \ metawatchpaintengine.cpp \ metawatch.cpp \ - metawatchdigital.cpp + metawatchdigital.cpp \ + metawatchanalog.cpp HEADERS += metawatchplugin.h \ metawatchsimulatorform.h \ metawatchsimulator.h \ metawatchpaintengine.h \ metawatch.h \ - metawatchdigital.h + metawatchdigital.h \ + metawatchanalog.h FORMS += \ metawatchsimulatorform.ui @@ -73,3 +75,5 @@ unix:!symbian { } + + |