GODT-1669: QML files are now bundled in a Qt resource file. [skip-ci]

This commit is contained in:
Xavier Michelon
2022-07-05 15:43:25 +02:00
committed by Jakub
parent c11fe3e1ab
commit 7a633ee8c8
3 changed files with 123 additions and 6 deletions

View File

@ -103,6 +103,7 @@ add_custom_command(
)
add_executable(bridge_qt6
Resources.qrc
${PROTO_CPP_FILE} ${PROTO_H_FILE} ${GRPC_CPP_FILE} ${GRPC_H_FILE}
AppController.cpp AppController.h
EventStreamWorker.cpp EventStreamWorker.h