mirror of
https://github.com/YACReader/yacreader
synced 2025-07-19 05:24:57 -04:00
Extract CONFIG += c++11 into common config.pri
This commit is contained in:
committed by
Felix Kauselmann
parent
cb822c4f47
commit
6f182b2bb3
@ -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, ".")
|
||||
|
Reference in New Issue
Block a user