1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-04 18:29:40 +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:
Thomas Harte 2020-07-24 16:34:04 -04:00 committed by GitHub
commit 9b75287a52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,9 @@
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++1z
# Permit multiple source files in different directories to have the same file name.
CONFIG += object_parallel_to_source