Replace QtScript with QJson*

QtScript is deprecated and this was needed to start supporting Qt6
This commit is contained in:
Luis Ángel San Martín
2021-02-27 12:02:57 +01:00
parent 32e1db7134
commit 51a9c72d05
10 changed files with 232 additions and 258 deletions

View File

@ -69,7 +69,7 @@ macx {
#CONFIG += release
CONFIG -= flat
QT += sql network widgets script svg
QT += sql network widgets svg
!CONFIG(no_opengl) {
QT += opengl
}
@ -231,8 +231,8 @@ SOURCES += comic_flow.cpp \
}
macx {
HEADERS += trayhandler.h
OBJECTIVE_SOURCES += trayhandler.mm
HEADERS += trayhandler.h
OBJECTIVE_SOURCES += trayhandler.mm
}
include(./server/server.pri)