summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjkito <jkito@github>2022-11-06 23:32:21 +0530
committerkali kaneko (leap communications) <kali@leap.se>2022-11-08 21:40:36 +0100
commit9c9dea1bbf2e07baf37f08cf119ae02458a01c90 (patch)
tree71a6a6d4025c7221f83edb7ccac2debd92d0c48a
parentb9143bef3919bfcb835d45c928cc3a72f36660a8 (diff)
[pkg] fix qmldir location for windeployqt
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index a907011..b9254aa 100644
--- a/Makefile
+++ b/Makefile
@@ -225,9 +225,9 @@ else
endif
@cp ${QTBUILD}/release/${TARGET}.exe ${INST_DATA}${TARGET}.exe
ifeq (${RELEASE}, yes)
- @windeployqt --qmldir gui/qml ${INST_DATA}${TARGET}.exe # FIXME --release flag cannot find platform plugin
+ @windeployqt --qmldir gui/components ${INST_DATA}${TARGET}.exe # FIXME --release flag cannot find platform plugin
else
- @windeployqt --qmldir gui/qml ${INST_DATA}${TARGET}.exe
+ @windeployqt --qmldir gui/components ${INST_DATA}${TARGET}.exe
endif
# XXX this is a workaround for missing libs after windeployqt ---
@cp /c/Qt/5.15.2/mingw81_64/bin/libgcc_s_seh-1.dll ${INST_DATA}