Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #39 from thp/libzypp-upgrade
[ssuurlresolver] Compile with C++11 for recent versions of libzypp
  • Loading branch information
thp committed Mar 17, 2015
2 parents 989d1d6 + 62a2de4 commit a529d56
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ssuurlresolver/ssuurlresolver.pro
Expand Up @@ -9,6 +9,9 @@ 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: 3 additions & 0 deletions tests/ut_ssucli/ut_ssucli.pro
Expand Up @@ -18,3 +18,6 @@ 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: 3 additions & 0 deletions tests/ut_ssuurlresolver/ut_ssuurlresolver.pro
Expand Up @@ -21,3 +21,6 @@ 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 a529d56

Please sign in to comment.