Skip to content
Snippets Groups Projects
Commit 9c9dea1b authored by jkito's avatar jkito Committed by Kali Kaneko
Browse files

[pkg] fix qmldir location for windeployqt

parent b9143bef
Branches
Tags
No related merge requests found
......@@ -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}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment