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:
commit
52ed4e70bd
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
QT += quick quickcontrols2 network multimedia
|
QT += quick quickcontrols2 network multimedia
|
||||||
android:QT += androidextras
|
android:QT += androidextras
|
||||||
linux:QT += serialport
|
linux:QT += serialport
|
||||||
|
unix:QT += serialport
|
||||||
CONFIG += c++11
|
CONFIG += c++11
|
||||||
LFLAGS +=
|
LFLAGS +=
|
||||||
android:INCLUDEPATH += $$(HOME)/Android/android-build/include
|
android:INCLUDEPATH += $$(HOME)/Android/android-build/include
|
||||||
|
|
Loading…
Add table
Reference in a new issue