From f61dfc6557303a8bba5301927f42e5b2a7ffcac6 Mon Sep 17 00:00:00 2001 From: "Javier S. Pedro" Date: Sun, 7 Jul 2013 13:50:28 +0200 Subject: add some notification support to liveview --- liveview/liveview.pro | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'liveview/liveview.pro') 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 -- cgit v1.2.3