Skip to content

Commit c1d49dc

Browse files
mrbean-bremenjcfr
authored andcommitted
[Backport] Add -std=c++11 flag to check for problems
- trying with -std=c++98 failed with a lot of various errors (cherry picked from commit MeVisLab/pythonqt@2a24a2b)
1 parent 01dccd2 commit c1d49dc

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
@@ -69,3 +69,4 @@ PYTHONQT_GENERATED_PATH = $$PWD/../generated_cpp
6969
VERSION = 3.2.0
7070

7171
win32: CONFIG += skip_target_version_ext
72+
unix: QMAKE_CXXFLAGS += -std=c++11

0 commit comments

Comments
 (0)