summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Holland <dominik.holland@pelagicore.com>2016-08-29 13:33:11 +0200
committerDominik Holland <dominik.holland@pelagicore.com>2016-08-30 09:33:29 +0000
commit950bda692bb68547e7e571b4ba207989fe64a806 (patch)
tree68e2ee9597807b30c6c044f8890f3fb08acfdbc0
parent6e9bc5488361055e0825ffd179431a335ec22a76 (diff)
downloadneptune-ui-950bda692bb68547e7e571b4ba207989fe64a806.tar.gz
Fixed installation of the imports
cb54780de51a945f4cd46b4b573850f1c7ee6496 renamed the modules folder to imports, but didn't fix the install target. The install target is needed for yocto to package the imports correctly Change-Id: Ie1430c2fe261be39fe6053fa59888fc45a56518d Reviewed-by: Nedim Hadzic <nedim.hadzic@pelagicore.com>
-rw-r--r--neptuneui.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/neptuneui.pro b/neptuneui.pro
index fc83b8c..b3e826a 100644
--- a/neptuneui.pro
+++ b/neptuneui.pro
@@ -3,6 +3,6 @@ TEMPLATE = subdirs
SUBDIRS = plugins/datasource \
plugins/screenManager
-qml.files = apps modules sysui i18n am-config.yaml Main*.qml
+qml.files = apps imports sysui i18n am-config.yaml Main*.qml
INSTALLS += qml