Make afutrainer.pro qt5 ready

Instead of qt we now specify widgets (recommended in a migration guide).
We are also linking against the system zlib to find the otherwise
missing symbol "inflateEnd".
This commit is contained in:
Sebastian Lohff 2022-06-30 23:21:19 +02:00
parent 645e73802a
commit d345f490b6
1 changed files with 2 additions and 1 deletions

View File

@ -5,7 +5,8 @@ else {
TEMPLATE = app TEMPLATE = app
} }
TARGET = afutrainer TARGET = afutrainer
QT += qt gui xml QT += widgets gui xml
LIBS += -lz
HEADERS = mainwindow.h \ HEADERS = mainwindow.h \
catalogmodel.h \ catalogmodel.h \