Update afutrainer.pro

Now it compiles on linux with QT5.
This commit is contained in:
DanielMowitz 2019-10-05 16:00:58 +02:00 committed by GitHub
parent 4f598c1cae
commit 2de090c8c6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,7 +5,10 @@ else {
TEMPLATE = app
}
TARGET = afutrainer
QT += qt gui xml
QT += gui xml
QT += widgets
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x000000
QMAKE_LFLAGS += -lz
HEADERS = mainwindow.h \
catalogmodel.h \