Main window frameless + Switching to MSVC2019

This commit is contained in:
Alexis Delhaie
2020-08-28 14:47:21 +02:00
parent ff64fa14d3
commit 257bc67f61
6 changed files with 169 additions and 30 deletions

View File

@@ -7,10 +7,10 @@ CONFIG += c++17
# remove possible other optimization flags
QMAKE_CXXFLAGS_RELEASE -= -O
QMAKE_CXXFLAGS_RELEASE -= -O1
QMAKE_CXXFLAGS_RELEASE -= -O2
QMAKE_CXXFLAGS_RELEASE *= -O2
# add the desired -O3 if not present
QMAKE_CXXFLAGS_RELEASE *= -O3
# add the desired -O3 if not present, MinGW only
# QMAKE_CXXFLAGS_RELEASE *= -O3
RC_ICONS = icon.ico