CArun: remove dependency to qt gui/widgets

This commit is contained in:
2024-03-02 12:14:02 +01:00
parent 3bbd3e4e19
commit b8089c443c
6 changed files with 2 additions and 1446 deletions

View File

@@ -1,5 +1,5 @@
QT += core gui
QT +=widgets serialport
QT += core
QT += serialport
QT +=network
# for TCP-IP
@@ -11,8 +11,6 @@ VERSION = "1.0.0"
DESTDIR=$${_PRO_FILE_PWD_}/../build
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
CONFIG += c++11
CONFIG += PTU5
@@ -43,18 +41,13 @@ DEFINES+=APP_EXTENDED_VERSION=\\\"$$EXTENDED_VERSION\\\"
SOURCES += \
CArun.cpp \
main.cpp \
mainwindow.cpp \
tslib.cpp \
win01_com.cpp \
datei.cpp
HEADERS += \
CArun.h \
guidefs.h \
mainwindow.h \
stepList.h \
tslib.h \
versionHistory.txt \
win01_com.h \
datei.h \
plugin.h