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