Remove dependency to QWidget / QMainWindow

This not GUI library!
This commit is contained in:
2023-05-23 14:41:09 +02:00
parent 88cc71e05f
commit 75b597586f
6 changed files with 11 additions and 11 deletions

View File

@@ -4,7 +4,7 @@ CONFIG += plugin
#CONFIG -= app_bundle
#QT += widgets
QT -= gui
QT += widgets serialport
QT += serialport
INCLUDEPATH += $${PWD}/plugins
INCLUDEPATH += $${PWD}/include