diff options
author | Javier S. Pedro <maemo@javispedro.com> | 2013-05-05 01:44:40 +0200 |
---|---|---|
committer | Javier S. Pedro <maemo@javispedro.com> | 2013-05-05 01:44:40 +0200 |
commit | 24c7c2f6f1429103d922ef940c0e17a3d4778059 (patch) | |
tree | 76ab9ac2c9fade7db77f64424a17c478979d8a8b /metawatch/metawatch.pro | |
parent | ea5123cb6b30d5ab083ee3821269537b1d31b9f0 (diff) | |
download | sowatch-24c7c2f6f1429103d922ef940c0e17a3d4778059.tar.gz sowatch-24c7c2f6f1429103d922ef940c0e17a3d4778059.zip |
ABI change: Watchlet now depends on Watch, not WatchServer
Diffstat (limited to 'metawatch/metawatch.pro')
-rw-r--r-- | metawatch/metawatch.pro | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/metawatch/metawatch.pro b/metawatch/metawatch.pro index 536ccee..1437b71 100644 --- a/metawatch/metawatch.pro +++ b/metawatch/metawatch.pro @@ -18,7 +18,8 @@ SOURCES += metawatchplugin.cpp \ metawatchanalog.cpp \ metawatchscanner.cpp \ metawatchdigitalsimulator.cpp \ - metawatchdigitalsimulatorform.cpp + metawatchdigitalsimulatorform.cpp \ + metawatchdigitalfacewatchlet.cpp HEADERS += metawatchplugin.h \ metawatchpaintengine.h \ @@ -27,7 +28,8 @@ HEADERS += metawatchplugin.h \ metawatchanalog.h \ metawatchscanner.h \ metawatchdigitalsimulator.h \ - metawatchdigitalsimulatorform.h + metawatchdigitalsimulatorform.h \ + metawatchdigitalfacewatchlet.h FORMS += \ metawatchdigitalsimulatorform.ui @@ -51,3 +53,6 @@ DEPENDPATH += $$PWD/../libsowatch qml_files.path = /usr/share/sowatch/qml } INSTALLS += target res_files qml_files + +OTHER_FILES += \ + qml/metawatch-digital-watchface.qml |