1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-04 18:29:40 +00:00

Add c++1z as a config option, for older versions of Qt.

This commit is contained in:
Thomas Harte 2020-07-24 16:32:59 -04:00
parent e8cd5a0511
commit 84d5316aa7

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