Merge pull request #3 from Codingcowboy25/main

updated QT .pro file to allow the serialport lib to be included when …
This commit is contained in:
nostar 2022-03-09 13:51:51 -05:00 committed by GitHub
commit 52ed4e70bd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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