Skip to content

Commit 2a24a2b

Browse files
Add -std=c++11 flag to check for problems (#83)
- trying with -std=c++98 failed with a lot of various errors
1 parent f8eb068 commit 2a24a2b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build/common.prf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,3 +72,4 @@ PYTHONQT_GENERATED_PATH = $$PWD/../generated_cpp
7272
VERSION = 3.2.0
7373

7474
win32: CONFIG += skip_target_version_ext
75+
unix: QMAKE_CXXFLAGS += -std=c++11

0 commit comments

Comments
 (0)