updated QT .pro file to allow the serialport lib to be included when building on FreeBSD

This commit is contained in:
Johnny 2022-03-08 13:36:52 -05:00
parent bebc6f81ac
commit 9c2092cd6f

View file

@ -1,6 +1,7 @@
QT += quick quickcontrols2 network multimedia
android:QT += androidextras
linux:QT += serialport
unix:QT += serialport
CONFIG += c++11
LFLAGS +=
android:INCLUDEPATH += $$(HOME)/Android/android-build/include