mirror of
https://github.com/TomHarte/CLK.git
synced 2025-01-14 13:33:42 +00:00
Merge pull request #818 from TomHarte/QtC++1z
Add c++1z as a config option, for older versions of Qt.
This commit is contained in:
commit
9b75287a52
@ -1,6 +1,9 @@
|
|||||||
QT += core gui multimedia widgets
|
QT += core gui multimedia widgets
|
||||||
|
|
||||||
|
# Be specific about C++17 but also try the vaguer C++1z for older
|
||||||
|
# versions of Qt.
|
||||||
CONFIG += c++17
|
CONFIG += c++17
|
||||||
|
CONFIG += c++1z
|
||||||
|
|
||||||
# Permit multiple source files in different directories to have the same file name.
|
# Permit multiple source files in different directories to have the same file name.
|
||||||
CONFIG += object_parallel_to_source
|
CONFIG += object_parallel_to_source
|
||||||
|
Loading…
x
Reference in New Issue
Block a user