mirror of
https://github.com/leozide/leocad
synced 2025-01-14 08:01:45 +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
|
INCLUDEPATH += qt common
|
||||||
CONFIG += precompile_header incremental c++11 force_debug_info
|
CONFIG += precompile_header incremental c++17 force_debug_info
|
||||||
|
|
||||||
win32 {
|
win32 {
|
||||||
RC_ICONS = resources/leocad.ico
|
RC_ICONS = resources/leocad.ico
|
||||||
|
|
Loading…
Reference in a new issue