Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge branch 'jb41605' into 'master'
Add plugins.qmltypes

See merge request mer-core/ssu!20
  • Loading branch information
pvuorela committed Aug 23, 2018
2 parents 869e49e + a13b9f3 commit ece7a3a
Show file tree
Hide file tree
Showing 4 changed files with 406 additions and 4 deletions.
5 changes: 4 additions & 1 deletion declarative/declarative.pro
Expand Up @@ -21,7 +21,10 @@ SOURCES += plugin.cpp \
declarativessufeaturemodel.cpp \
declarativessudeviceinfo.cpp

qmldir.files = qmldir *.qml *.js
qmldir.files = qmldir *.qml *.js plugins.qmltypes
qmldir.path = $$target.path

INSTALLS += target qmldir

qmltypes.commands = qmlplugindump -nonrelocatable Nemo.Ssu 1.0 > $$PWD/plugins.qmltypes
QMAKE_EXTRA_TARGETS += qmltypes

0 comments on commit ece7a3a

Please sign in to comment.