Qt5 to QT6 fixes.

This commit is contained in:
Shahzain Ali 2022-11-28 15:36:33 +05:00
parent c8010d4d52
commit 14be6506ee
4 changed files with 8 additions and 7 deletions

View file

@ -1,4 +1,4 @@
QT += widgets core gui network xml remoteobjects quick svg quickcontrols2
QT += widgets core gui network xml remoteobjects quick svg quickcontrols2 core5compat
equals(QT_MAJOR_VERSION, 6): QT += core5compat
TARGET = AmneziaVPN