mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-22 13:40:45 +00:00
16 lines
266 B
Prolog
16 lines
266 B
Prolog
greaterThan(QT_MAJOR_VERSION, 4) {
|
|
QT += widgets serialport
|
|
} else {
|
|
include($$QTSERIALPORT_PROJECT_ROOT/src/serialport/qt4support/serialport.prf)
|
|
}
|
|
|
|
TARGET = master
|
|
TEMPLATE = app
|
|
|
|
HEADERS += \
|
|
dialog.h
|
|
|
|
SOURCES += \
|
|
main.cpp \
|
|
dialog.cpp
|