Skip to content

Commit

Permalink
Revert "[ssuurlresolver] Compile with C++11 for recent versions of li…
Browse files Browse the repository at this point in the history
…bzypp"

[toolchain] Revert C++11 changes for GCC 4.6 compatibility

This reverts commit 62a2de4.
  • Loading branch information
thp committed Mar 22, 2015
1 parent a529d56 commit dff94c4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 11 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
5 changes: 1 addition & 4 deletions tests/ut_ssucli/ut_ssucli.pro
Expand Up @@ -17,7 +17,4 @@ test_data_usr_share.files = \
testdata/repos.ini \

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

# Needed for recent versions of libzypp
QMAKE_CXXFLAGS += -std=c++11
testdata/board-mappings.ini \
5 changes: 1 addition & 4 deletions tests/ut_ssuurlresolver/ut_ssuurlresolver.pro
Expand Up @@ -20,7 +20,4 @@ test_data_usr_share.files = \
testdata/repos.ini \

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

# Needed for recent versions of libzypp
QMAKE_CXXFLAGS += -std=c++11
testdata/board-mappings.ini \

0 comments on commit dff94c4

Please sign in to comment.