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

pull/3/head
Johnny 2 years ago
parent bebc6f81ac
commit 9c2092cd6f

@ -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

Loading…
Cancel
Save