mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-10 04:36:43 +00:00
GODT-1167 GODT-1179 make run-qml-preview
This commit is contained in:
4
Makefile
4
Makefile
@ -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
|
||||
|
||||
Reference in New Issue
Block a user