GODT-1167 GODT-1179 make run-qml-preview

This commit is contained in:
Alexander Bilyak
2021-05-28 12:12:57 +02:00
committed by Jakub
parent ffb18adfd0
commit 2b1daa60bb
9 changed files with 674 additions and 39 deletions

View File

@ -291,7 +291,9 @@ run-debug:
PROTONMAIL_ENV=dev dlv debug --build-flags "${BUILD_FLAGS}" cmd/${TARGET_CMD}/main.go -- ${RUN_FLAGS}
run-qml-preview:
$(MAKE) -C internal/frontend/qt -f Makefile.local qmlpreview
find internal/frontend/qml/ -iname '*qmlc' | xargs rm -f
cd internal/frontend/qml/ && qmlscene -verbose -I . -f Bridge_test.qml
clean-frontend-qt:
# TODO: $(MAKE) -C internal/frontend/qt -f Makefile.local clean