Skip to content

Commit

Permalink
重新改进支持Qt4.6-Qt6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
feiyangqingyun committed May 30, 2021
1 parent 71acdd7 commit b2ca4d0
Show file tree
Hide file tree
Showing 286 changed files with 2,627 additions and 2,021 deletions.
16 changes: 7 additions & 9 deletions 3rd_qextserialport/3rd_qextserialport.pri
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
HEADERS += $$PWD/qextserialport.h
HEADERS += $$PWD/qextserialport_global.h
HEADERS += $$PWD/qextserialport_p.h
HEADERS += \
$$PWD/qextserialport.h \
$$PWD/qextserialport_global.h \
$$PWD/qextserialport_p.h

SOURCES += $$PWD/qextserialport.cpp
win32 {
SOURCES += $$PWD/qextserialport_win.cpp
}
unix {
SOURCES += $$PWD/qextserialport_unix.cpp
}

win32:SOURCES += $$PWD/qextserialport_win.cpp
unix:SOURCES += $$PWD/qextserialport_unix.cpp
Loading

0 comments on commit b2ca4d0

Please sign in to comment.