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 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 3d4d1cb

Please sign in to comment.