Skip to content

Commit

Permalink
Add -std=c++11 flag to check for problems (commontk#83)
Browse files Browse the repository at this point in the history
- trying with -std=c++98 failed with a lot of various errors
  • Loading branch information
mrbean-bremen authored Jan 1, 2023
1 parent f8eb068 commit 2a24a2b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/common.prf
Original file line number Diff line number Diff line change
Expand Up @@ -72,3 +72,4 @@ PYTHONQT_GENERATED_PATH = $$PWD/../generated_cpp
VERSION = 3.2.0

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

0 comments on commit 2a24a2b

Please sign in to comment.