summaryrefslogtreecommitdiff
path: root/liveview/liveview.pro
diff options
context:
space:
mode:
authorJavier S. Pedro <maemo@javispedro.com>2013-07-07 13:50:28 +0200
committerJavier S. Pedro <maemo@javispedro.com>2013-07-07 13:50:28 +0200
commitf61dfc6557303a8bba5301927f42e5b2a7ffcac6 (patch)
treefdba31b412015684d46c7a3cb070b8a57ff37ef4 /liveview/liveview.pro
parent92475d094cfddf7dd3036f5f1a9d6845a83ee350 (diff)
downloadsowatch-f61dfc6557303a8bba5301927f42e5b2a7ffcac6.tar.gz
sowatch-f61dfc6557303a8bba5301927f42e5b2a7ffcac6.zip
add some notification support to liveview
Diffstat (limited to 'liveview/liveview.pro')
-rw-r--r--liveview/liveview.pro3
1 files changed, 2 insertions, 1 deletions
diff --git a/liveview/liveview.pro b/liveview/liveview.pro
index bb7ccee..21e7a94 100644
--- a/liveview/liveview.pro
+++ b/liveview/liveview.pro
@@ -21,6 +21,7 @@ HEADERS += liveviewplugin.h \
liveviewpaintengine.h
res_files.files += res/graphics res/fonts
+qml_files.files += qml/com qml/liveview-config.qml
LIBS += -L$$OUT_PWD/../libsowatch/ -lsowatch
INCLUDEPATH += $$PWD/../libsowatch
@@ -40,4 +41,4 @@ DEPENDPATH += $$PWD/../libsowatchbt
res_files.path = /usr/share/sowatch/liveview
qml_files.path = /usr/share/sowatch/qml
}
-INSTALLS += target res_files
+INSTALLS += target res_files qml_files