Fix QML in Qt6

This means having two versions of everything, the idea is to migrate to Qt6, test that everything works fine and drop Qt5 as soon as possible.
This commit is contained in:
Luis Ángel San Martín
2022-09-07 16:53:52 +02:00
parent 60e2255886
commit bc35b5d65f
8 changed files with 1260 additions and 2 deletions

View File

@ -3,7 +3,7 @@
# for a more detailed description, see INSTALL.TXT
CONFIG += c++17
win32:QMAKE_CXXFLAGS += /std:c++17 #enable c++17 explicitly in msvc
win32:QMAKE_CXXFLAGS += /std:c++17 /Zc:__cplusplus /permissive- #enable c++17 explicitly in msvc
DEFINES += NOMINMAX