Extract CONFIG += c++11 into common config.pri

This commit is contained in:
Igor Kushnir
2021-02-08 16:55:37 +02:00
committed by Felix Kauselmann
parent cb822c4f47
commit 6f182b2bb3
4 changed files with 2 additions and 10 deletions

View File

@ -2,6 +2,8 @@
# default values if they're not set on build time
# for a more detailed description, see INSTALL.TXT
CONFIG += c++11
# check Qt version
QT_VERSION = $$[QT_VERSION]
QT_VERSION = $$split(QT_VERSION, ".")