mirror of
https://github.com/leozide/leocad
synced 2024-11-16 07:47:27 +01:00
Use c++ 14.
This commit is contained in:
parent
7f0ed057b6
commit
ecb1112d90
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ qtHaveModule(gamepad) {
|
|||
}
|
||||
|
||||
INCLUDEPATH += qt common
|
||||
CONFIG += precompile_header incremental c++11 force_debug_info
|
||||
CONFIG += precompile_header incremental c++14 force_debug_info
|
||||
|
||||
win32 {
|
||||
RC_ICONS = resources/leocad.ico
|
||||
|
|
Loading…
Reference in a new issue