Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
ssu
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
mer-core
ssu
Commits
cb273412
Commit
cb273412
authored
May 08, 2015
by
Thomas Perl
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #46 from thp/goodbye-old-toolchain
[ssuurlresolver] Compile with C++11 (Contributes to JB#25649)
parents
3d4d1cbd
87fd40f4
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
2 deletions
+11
-2
ssuurlresolver/ssuurlresolver.pro
ssuurlresolver/ssuurlresolver.pro
+3
-0
tests/ut_ssucli/ut_ssucli.pro
tests/ut_ssucli/ut_ssucli.pro
+4
-1
tests/ut_ssuurlresolver/ut_ssuurlresolver.pro
tests/ut_ssuurlresolver/ut_ssuurlresolver.pro
+4
-1
No files found.
ssuurlresolver/ssuurlresolver.pro
View file @
cb273412
...
...
@@ -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
...
...
tests/ut_ssucli/ut_ssucli.pro
View file @
cb273412
...
...
@@ -17,4 +17,7 @@ test_data_usr_share.files = \
testdata
/
repos
.
ini
\
test_data_boardmappings_d
.
files
=
\
testdata
/
board
-
mappings
.
ini
\
\ No newline at end of file
testdata
/
board
-
mappings
.
ini
\
#
Needed
for
recent
versions
of
libzypp
QMAKE_CXXFLAGS
+=
-
std
=
c
++
11
tests/ut_ssuurlresolver/ut_ssuurlresolver.pro
View file @
cb273412
...
...
@@ -20,4 +20,7 @@ test_data_usr_share.files = \
testdata
/
repos
.
ini
\
test_data_boardmappings_d
.
files
=
\
testdata
/
board
-
mappings
.
ini
\
\ No newline at end of file
testdata
/
board
-
mappings
.
ini
\
#
Needed
for
recent
versions
of
libzypp
QMAKE_CXXFLAGS
+=
-
std
=
c
++
11
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment