From 950bda692bb68547e7e571b4ba207989fe64a806 Mon Sep 17 00:00:00 2001 From: Dominik Holland Date: Mon, 29 Aug 2016 13:33:11 +0200 Subject: [PATCH] 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 --- neptuneui.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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