Start Qt6 migration

This commit is contained in:
pokamest 2022-08-10 14:00:04 +03:00
parent 9236be7fbd
commit 4b7a8c6d6e
3 changed files with 5 additions and 0 deletions

View file

@ -2,6 +2,7 @@ TARGET = AmneziaVPN-service
TEMPLATE = app
CONFIG += console qt no_batch
QT += core network remoteobjects
equals(QT_MAJOR_VERSION, 6): QT += core5compat
HEADERS = \
../../client/utils.h \