Skip to content

Commit

Permalink
linux: add QtSerialPort to deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
mcallegari committed Dec 29, 2023
1 parent b234fac commit e320d3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions platforms/linux/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ if(appimage)
${QT_LIBS_PATH}/libQt5OpenGL.so.5
${QT_LIBS_PATH}/libQt5Multimedia.so.5
${QT_LIBS_PATH}/libQt5MultimediaWidgets.so.5
${QT_LIBS_PATH}/libQt5SerialPort.so.5
${QT_LIBS_PATH}/libQt5XcbQpa.so.5
${QT_LIBS_PATH}/libQt5DBus.so.5
)
Expand Down
1 change: 1 addition & 0 deletions platforms/linux/linux.pro
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ appimage: {
$$QT_LIBS_PATH/libQt5OpenGL.so.5 \
$$QT_LIBS_PATH/libQt5Multimedia.so.5 \
$$QT_LIBS_PATH/libQt5MultimediaWidgets.so.5 \
$$QT_LIBS_PATH/libQt5SerialPort.so.5 \
$$QT_LIBS_PATH/libQt5XcbQpa.so.5 \
$$QT_LIBS_PATH/libQt5DBus.so.5
qmlui: {
Expand Down

0 comments on commit e320d3b

Please sign in to comment.