diff --git a/src/src.pro b/src/src.pro index 3eaa0a2..ad3cdfc 100644 --- a/src/src.pro +++ b/src/src.pro @@ -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 += .