Skip to content

Commit

Permalink
Fixed installation of the imports
Browse files Browse the repository at this point in the history
cb54780 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 <[email protected]>
  • Loading branch information
Gagi2k committed Aug 30, 2016
1 parent 6e9bc54 commit 950bda6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neptuneui.pro
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 950bda6

Please sign in to comment.