1
0
mirror of https://github.com/thp/pyotherside.git synced 2025-01-28 23:52:55 +08:00

Add qmltypes make target

This commit is contained in:
Martin Kampas 2018-06-22 03:36:05 -04:00
parent 80b1107b23
commit 71caa2f837

View File

@ -17,6 +17,9 @@ qmldir.files += qmldir pyotherside.qmltypes
qmldir.path += $$target.path
INSTALLS += qmldir
qmltypes.commands = qmlplugindump -nonrelocatable io.thp.pyotherside 1.5 > $$PWD/pyotherside.qmltypes
QMAKE_EXTRA_TARGETS += qmltypes
DEPENDPATH += .
INCLUDEPATH += .