diff options
author | Javier S. Pedro <maemo@javispedro.com> | 2013-05-04 01:24:41 +0200 |
---|---|---|
committer | Javier S. Pedro <maemo@javispedro.com> | 2013-05-04 01:24:41 +0200 |
commit | 8af1436e92c1a853b74bacc9ac0adf012fdbc4ca (patch) | |
tree | 55273b39332a99abd213b76d78d37bfb1c3447f7 /qorgwatchlet/qorgwatchlet.pro | |
parent | 7897ec1596a4348cd926eff7c1d4f03616ed535c (diff) | |
download | sowatch-8af1436e92c1a853b74bacc9ac0adf012fdbc4ca.tar.gz sowatch-8af1436e92c1a853b74bacc9ac0adf012fdbc4ca.zip |
new calendar watchlet
Diffstat (limited to 'qorgwatchlet/qorgwatchlet.pro')
-rw-r--r-- | qorgwatchlet/qorgwatchlet.pro | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/qorgwatchlet/qorgwatchlet.pro b/qorgwatchlet/qorgwatchlet.pro index 9e18e42..4affbee 100644 --- a/qorgwatchlet/qorgwatchlet.pro +++ b/qorgwatchlet/qorgwatchlet.pro @@ -1,12 +1,12 @@ -TARGET = qmsgwatchlet +TARGET = qorgwatchlet TEMPLATE = lib CONFIG += plugin CONFIG += mobility -MOBILITY += messaging +MOBILITY += organizer -SOURCES += qmsgwatchletplugin.cpp qmsgwatchlet.cpp +SOURCES += qorgwatchletplugin.cpp qorgwatchlet.cpp -HEADERS += qmsgwatchletplugin.h qmsgwatchlet.h +HEADERS += qorgwatchletplugin.h qorgwatchlet.h qml_files.files = metawatch-digital.qml icon.png |