diff options
author | Javier S. Pedro <maemo@javispedro.com> | 2013-05-07 01:37:21 +0200 |
---|---|---|
committer | Javier S. Pedro <maemo@javispedro.com> | 2013-05-07 01:37:21 +0200 |
commit | 6003bf81107dd9be51589c074b74c5af82bfc8ab (patch) | |
tree | 502193634979c12b45c2a013668d21556e2c7050 /metawatchwatchlets/metawatchwatchlets.pro | |
parent | ae37832316d905889c82706b351b3c037c9e1ab6 (diff) | |
download | sowatch-6003bf81107dd9be51589c074b74c5af82bfc8ab.tar.gz sowatch-6003bf81107dd9be51589c074b74c5af82bfc8ab.zip |
testing qml notifications
Diffstat (limited to 'metawatchwatchlets/metawatchwatchlets.pro')
-rw-r--r-- | metawatchwatchlets/metawatchwatchlets.pro | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/metawatchwatchlets/metawatchwatchlets.pro b/metawatchwatchlets/metawatchwatchlets.pro index f4393e4..af6dcdb 100644 --- a/metawatchwatchlets/metawatchwatchlets.pro +++ b/metawatchwatchlets/metawatchwatchlets.pro @@ -2,11 +2,13 @@ TARGET = metawatchwatchlets TEMPLATE = lib CONFIG += plugin -SOURCES += metawatchwatchletsplugin.cpp metawatchfacewatchlet.cpp +SOURCES += metawatchwatchletsplugin.cpp \ + metawatchfacewatchlet.cpp metawatchnotificationwatchlet.cpp -HEADERS += metawatchwatchletsplugin.h metawatchfacewatchlet.h +HEADERS += metawatchwatchletsplugin.h \ + metawatchfacewatchlet.h metawatchnotificationwatchlet.h -qml_files.files = metawatch-digital-watchface.qml +qml_files.files = metawatch-digital-watchface.qml metawatch-digital-notification.qml LIBS += -L$$OUT_PWD/../libsowatch/ -lsowatch INCLUDEPATH += $$PWD/../libsowatch |