Skip to content

Commit 7a36d82

Browse files
committed
global.pri
1 parent a18b66f commit 7a36d82

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

cpputils.pro

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@ CONFIG += staticlib
55
CONFIG -= qt
66
!win*:CONFIG -= flat
77

8-
CONFIG += strict_c++ c++2b
8+
CONFIG += strict_c++
9+
exists(../global.pri){
10+
include(../global.pri)
11+
} else {
12+
CONFIG += c++2b
13+
}
914

1015
mac* | linux*|freebsd {
1116
CONFIG(release, debug|release):CONFIG *= Release optimize_full

0 commit comments

Comments
 (0)