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

@ -1,4 +1,5 @@
QT += gui network widgets
equals(QT_MAJOR_VERSION, 6): QT += core5compat
INCLUDEPATH += $$PWD
DEPENDPATH += $$PWD

View file

@ -1,4 +1,5 @@
QT += widgets core gui network xml remoteobjects quick svg
equals(QT_MAJOR_VERSION, 6): QT += core5compat
TARGET = AmneziaVPN
TEMPLATE = app
@ -15,6 +16,8 @@ include("3rd/QtSsh/src/ssh/qssh.pri")
include("3rd/QtSsh/src/botan/botan.pri")
!android:!ios:include("3rd/SingleApplication/singleapplication.pri")
include ("3rd/SortFilterProxyModel/SortFilterProxyModel.pri")
win32-msvc*: DEFINES += __STDC_CONSTANT_MACROS
include("3rd/qzxing/src/QZXing-components.pri")
INCLUDEPATH += $$PWD/3rd/OpenSSL/include

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 \