Skip to content

Commit

Permalink
Merge pull request #45 from thp/gcc46-compat
Browse files Browse the repository at this point in the history
[toolchain] Revert C++11 changes for GCC 4.6 compatibility
  • Loading branch information
thp committed Mar 22, 2015
2 parents a529d56 + dff94c4 commit 3d4d1cb
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
3 changes: 0 additions & 3 deletions ssuurlresolver/ssuurlresolver.pro
Expand Up @@ -9,9 +9,6 @@ target.path = /usr/lib/zypp/plugins/urlresolver
QT += network
CONFIG += link_pkgconfig

# Needed for recent versions of libzypp
QMAKE_CXXFLAGS += -std=c++11

HEADERS = ssuurlresolver.h
SOURCES = main.cpp \
ssuurlresolver.cpp
Expand Down
3 changes: 0 additions & 3 deletions tests/ut_ssucli/ut_ssucli.pro
Expand Up @@ -18,6 +18,3 @@ test_data_usr_share.files = \

test_data_boardmappings_d.files = \
testdata/board-mappings.ini \

# Needed for recent versions of libzypp
QMAKE_CXXFLAGS += -std=c++11
3 changes: 0 additions & 3 deletions tests/ut_ssuurlresolver/ut_ssuurlresolver.pro
Expand Up @@ -21,6 +21,3 @@ test_data_usr_share.files = \

test_data_boardmappings_d.files = \
testdata/board-mappings.ini \

# Needed for recent versions of libzypp
QMAKE_CXXFLAGS += -std=c++11

0 comments on commit 3d4d1cb

Please sign in to comment.