Copy qm files manually after linking to the output folder

Windows only
This commit is contained in:
Luis Ángel San Martín
2022-10-16 17:25:20 +02:00
parent 2905b7dc29
commit 68e67fd777
3 changed files with 34 additions and 2 deletions

View File

@ -7,8 +7,6 @@ CONFIG += c++17
win32 {
#enable c++17 explicitly in msvc
QMAKE_CXXFLAGS += /std:c++17 /Zc:__cplusplus /permissive-
CONFIG -= debug_and_release
!CONFIG(Release):!CONFIG(Debug):CONFIG += Release
}
DEFINES += NOMINMAX