Skip to content

Commit

Permalink
Merge pull request #29 from g-maxime/c++11
Browse files Browse the repository at this point in the history
Enable C++11 support
  • Loading branch information
JeromeMartinez authored Sep 4, 2023
2 parents 5d2b1b0 + 09709de commit ed4b1e7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion Project/GNU/CLI/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,6 @@ dvanalyzer_SOURCES = \

#dvanalyzer_LDFLAGS = -no-undefined -version-info 0:0:0

INCLUDES = -I../../../Source -I../../../../MediaInfoLib/Source -I../../../../ZenLib/Source
AM_CXXFLAGS = -std=c++11

INCLUDES = -I../../../Source -I../../../../MediaInfoLib/Source -I../../../../ZenLib/Source
2 changes: 1 addition & 1 deletion Project/QtCreator/dvanalyzer-gui.pro
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ unix {

TEMPLATE = app

CONFIG += qt release
CONFIG += qt release c++11
CONFIG += no_keywords

DEFINES += _UNICODE
Expand Down

0 comments on commit ed4b1e7

Please sign in to comment.