mirror of
https://github.com/leozide/leocad
synced 2024-12-25 21:58:23 +01:00
Switch to c++ 17.
This commit is contained in:
parent
51be79a62c
commit
03d0ff5540
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ qtHaveModule(gamepad) {
|
|||
}
|
||||
|
||||
INCLUDEPATH += qt common
|
||||
CONFIG += precompile_header incremental c++11 force_debug_info
|
||||
CONFIG += precompile_header incremental c++17 force_debug_info
|
||||
|
||||
win32 {
|
||||
RC_ICONS = resources/leocad.ico
|
||||
|
|
Loading…
Reference in a new issue