Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not installable in parallel for Qt4+5 #50

Closed
xhochy opened this issue Apr 6, 2014 · 4 comments
Closed

Not installable in parallel for Qt4+5 #50

xhochy opened this issue Apr 6, 2014 · 4 comments

Comments

@xhochy
Copy link

xhochy commented Apr 6, 2014

QJson always compiles to the same "name" for Qt4 and Qt5 so that only one of both versions is available. As probably not all software will be able to move of Qt4 immediately, it would be helpful to have QJson installed in parallel for Qt4 and Qt5.

Common practice seems to be to give the Qt5 version a 5 in their name when being installed, e.g. libq5json.so/Q5JSONConfig.cmake/...

@perezmeyer
Copy link

I'm actually looking into packaging QJson in Debian compiling it both for Qt4 and Qt5 as this would definitely reduce porting time for many apps. Changing the names of the libs (and respective sonames) like phonon does it would be indeed excellent.

@rdieter
Copy link

rdieter commented Nov 8, 2015

Here's my first stab at making a parallel-installable qjson-qt5,
http://pkgs.fedoraproject.org/cgit/qjson.git/tree/qjson-qt5.patch

I'll see about submitting it as a pull request soonish (assuming this approach is acceptable)

@rdieter
Copy link

rdieter commented Nov 8, 2015

#80

@flavio
Copy link
Owner

flavio commented Nov 9, 2015

Code merged.

@flavio flavio closed this as completed Nov 9, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants