Changing default config + Adding Antialiasing + More settings

This commit is contained in:
Alexis Delhaie
2020-12-05 18:12:21 +01:00
parent c53cc966ab
commit 3fbcadf59b
4 changed files with 501 additions and 341 deletions

View File

@@ -2,7 +2,7 @@ QT += core gui multimedia multimediawidgets
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
CONFIG += c++17
CONFIG += c++11
# The following define makes your compiler emit warnings if you use
# any Qt feature that has been marked deprecated (the exact warnings
@@ -16,6 +16,7 @@ QMAKE_CXXFLAGS_RELEASE -= -O1
QMAKE_CXXFLAGS_RELEASE *= -O2
RC_ICONS = icon.ico
VERSION = 1.1.0.0
# You can also make your code fail to compile if it uses deprecated APIs.
# In order to do so, uncomment the following line.