From 71caa2f83764204bf74bed80d2ccabeedcddd7f0 Mon Sep 17 00:00:00 2001 From: Martin Kampas Date: Fri, 22 Jun 2018 03:36:05 -0400 Subject: [PATCH] Add qmltypes make target --- src/src.pro | 3 +++ 1 file changed, 3 insertions(+) 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 += .