diff options
author | Javier S. Pedro <maemo@javispedro.com> | 2013-05-05 02:21:29 +0200 |
---|---|---|
committer | Javier S. Pedro <maemo@javispedro.com> | 2013-05-05 02:21:29 +0200 |
commit | 12d61ddf50f5f34cafd25d7cbdc827156cfb184c (patch) | |
tree | be975c0ba828c8322230b0146e1eb4fa30133127 /metawatch/metawatch.pro | |
parent | 49c64104c0750857858504b512955d9cc31e5c42 (diff) | |
download | sowatch-12d61ddf50f5f34cafd25d7cbdc827156cfb184c.tar.gz sowatch-12d61ddf50f5f34cafd25d7cbdc827156cfb184c.zip |
preparing face watchlet support
Diffstat (limited to 'metawatch/metawatch.pro')
-rw-r--r-- | metawatch/metawatch.pro | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/metawatch/metawatch.pro b/metawatch/metawatch.pro index 1437b71..bd6d9bc 100644 --- a/metawatch/metawatch.pro +++ b/metawatch/metawatch.pro @@ -19,7 +19,7 @@ SOURCES += metawatchplugin.cpp \ metawatchscanner.cpp \ metawatchdigitalsimulator.cpp \ metawatchdigitalsimulatorform.cpp \ - metawatchdigitalfacewatchlet.cpp + metawatchfacewatchlet.cpp HEADERS += metawatchplugin.h \ metawatchpaintengine.h \ @@ -29,13 +29,14 @@ HEADERS += metawatchplugin.h \ metawatchscanner.h \ metawatchdigitalsimulator.h \ metawatchdigitalsimulatorform.h \ - metawatchdigitalfacewatchlet.h + metawatchfacewatchlet.h FORMS += \ metawatchdigitalsimulatorform.ui res_files.files += res/graphics res/fonts -qml_files.files += qml/com qml/metawatch-digital-config.qml +qml_files.files += qml/com qml/metawatch-digital-config.qml \ + qml/metawatch-digital-watchface.qml LIBS += -L$$OUT_PWD/../libsowatch/ -lsowatch |