diff options
Diffstat (limited to 'liveview/liveview.pro')
-rw-r--r-- | liveview/liveview.pro | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/liveview/liveview.pro b/liveview/liveview.pro index 9b949d7..045c0eb 100644 --- a/liveview/liveview.pro +++ b/liveview/liveview.pro @@ -18,6 +18,8 @@ HEADERS += liveviewplugin.h \ liveviewscanner.h \ liveview.h +res_files.files += res/graphics res/fonts + LIBS += -L$$OUT_PWD/../libsowatch/ -lsowatch INCLUDEPATH += $$PWD/../libsowatch DEPENDPATH += $$PWD/../libsowatch @@ -36,4 +38,4 @@ DEPENDPATH += $$PWD/../libsowatchbt res_files.path = /usr/share/sowatch/metawatch qml_files.path = /usr/share/sowatch/qml } -INSTALLS += target +INSTALLS += target res_files |