Merge pull request #3 from Codingcowboy25/main

updated QT .pro file to allow the serialport lib to be included when …
pull/4/head
nostar 2 years ago committed by GitHub
commit 52ed4e70bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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