mirror of
https://github.com/TomHarte/CLK.git
synced 2025-04-05 19:37:19 +00:00
Add c++1z as a config option, for older versions of Qt.
This commit is contained in:
parent
e8cd5a0511
commit
84d5316aa7
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user