Skip to content

Commit

Permalink
[ssu] Add plugins.qmltypes. Contributes to JB#41605
Browse files Browse the repository at this point in the history
  • Loading branch information
martyone committed Aug 23, 2018
1 parent 4834c14 commit a13b9f3
Show file tree
Hide file tree
Showing 3 changed files with 404 additions and 2 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 a13b9f3

Please sign in to comment.