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:
parent
645e73802a
commit
d345f490b6
|
@ -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 \
|
||||||
|
|
Loading…
Reference in New Issue