Fix compile with last ecm.
("we have disabled the C and C++ specific compiler extensions.")
This commit is contained in:
parent
9af3c35020
commit
f6084b2c43
|
@ -7,6 +7,8 @@ project(layershellqt)
|
|||
set(PROJECT_VERSION "5.22.80")
|
||||
set(PROJECT_VERSION_MAJOR 5)
|
||||
|
||||
set(CMAKE_C_STANDARD 99)
|
||||
|
||||
set(QT_MIN_VERSION "5.15.0")
|
||||
set(KF5_MIN_VERSION "5.82")
|
||||
|
||||
|
|
Loading…
Reference in a new issue