Skip to content

Commit

Permalink
Temp fix to include serial for mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
zdanek committed Nov 28, 2024
1 parent 5e4b81a commit 5425fbd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion qgroundcontrol.pro
Original file line number Diff line number Diff line change
Expand Up @@ -267,9 +267,10 @@ QT += \
AndroidBuild || iOSBuild {
# Android and iOS don't unclude these
} else {
}
QT += \
serialport \
}


contains(DEFINES, QGC_ENABLE_BLUETOOTH) {
QT += \
Expand Down

0 comments on commit 5425fbd

Please sign in to comment.