mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-06-24 02:00:24 +07:00
Start Qt6 migration
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
QT += gui network widgets
|
||||
equals(QT_MAJOR_VERSION, 6): QT += core5compat
|
||||
|
||||
INCLUDEPATH += $$PWD
|
||||
DEPENDPATH += $$PWD
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user