diff options
Diffstat (limited to 'qmafwwatchlet/qmafwwatchlet.pro')
-rw-r--r-- | qmafwwatchlet/qmafwwatchlet.pro | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/qmafwwatchlet/qmafwwatchlet.pro b/qmafwwatchlet/qmafwwatchlet.pro index 4a59ff5..8dc89d4 100644 --- a/qmafwwatchlet/qmafwwatchlet.pro +++ b/qmafwwatchlet/qmafwwatchlet.pro @@ -4,16 +4,18 @@ TEMPLATE = lib CONFIG += plugin QT += dbus CONFIG += link_pkgconfig -PKGCONFIG += qmafw qmafw-shared +PKGCONFIG += dbus-glib-1 qmafw qmafw-shared SOURCES += qmafwwatchlet.cpp \ qmafwwatchletplugin.cpp \ - qmafwwatchletplayer.cpp + qmafwwatchletplayer.cpp \ + qmafwwatchletvolumecontrol.cc HEADERS += qmafwwatchlet.h \ qmafwwatchletplugin.h \ - qmafwwatchletplayer.h + qmafwwatchletplayer.h \ + qmafwwatchletvolumecontrol.h -qml_files.files = metawatch-digital.qml icon.png +qml_files.files = metawatch-digital.qml icon.png volume.png LIBS += -L$$OUT_PWD/../libsowatch/ -lsowatch INCLUDEPATH += $$PWD/../libsowatch |