Re: Qt 5 Fedora 21 packages

2014-10-17 Thread Erik Schilling
On 16/10/14 16:27, Kevin Kofler wrote: > Michael Schwendt wrote: >> Some confusion here trying to use Fedora's Qt 5 packages, and it seems >> they cannot be use quickly. > > Depends on the build system you (or the upstream project you're packaging) > use: > * CMake: just works > * qmake: call q

Re: Qt 5 Fedora 21 packages

2014-10-16 Thread Michael Schwendt
On Thu, 16 Oct 2014 16:27:57 +0200, Kevin Kofler wrote: > > It looks like one could simply prepend > > > > /usr/lib64/qt5/bin > > > > to $PATH to make available the executables, which are renamed to avoid > > conflicts with other Qt versions. > > There you have your "wrapper script": > export

Re: Qt 5 Fedora 21 packages

2014-10-16 Thread Kevin Kofler
Rex Dieter wrote: > * there's a developer tool 'qtchooser' that allows users to switch between > default Qt developer environments. For the Qt5 qmake case, > $ qtchooser -qt=qt5 -run-tool=qmake > qtchooser is a little controversial (not universally endorsed by the kde- > sig), so currently it is n

Re: Qt 5 Fedora 21 packages

2014-10-16 Thread Kevin Kofler
Michael Schwendt wrote: > Some confusion here trying to use Fedora's Qt 5 packages, and it seems > they cannot be use quickly. Depends on the build system you (or the upstream project you're packaging) use: * CMake: just works * qmake: call qmake-qt5 and it'll find all the rest just fine * qbs: h

Re: Qt 5 Fedora 21 packages

2014-10-16 Thread Michael Schwendt
On Thu, 16 Oct 2014 07:24:53 -0500, Rex Dieter wrote: > There are several strategies: > > * The -qt5 convention is already used by most distributions, so many > applications/tools have adapted to it already. If you're aware of any that > haven't yet, I'd be happy to help produce upstreamable p

Re: Qt 5 Fedora 21 packages

2014-10-16 Thread Rex Dieter
There are several strategies: * The -qt5 convention is already used by most distributions, so many applications/tools have adapted to it already. If you're aware of any that haven't yet, I'd be happy to help produce upstreamable patches to implement such support. * qt5-qtbase-devel provides r

Qt 5 Fedora 21 packages

2014-10-16 Thread Michael Schwendt
Some confusion here trying to use Fedora's Qt 5 packages, and it seems they cannot be use quickly. $ rpm -qa qt5\*|sort qt5-qtbase-5.3.2-3.fc21.x86_64 qt5-qtbase-devel-5.3.2-3.fc21.x86_64 qt5-qtbase-gui-5.3.2-3.fc21.x86_64 qt5-qtbase-ibase-5.3.2-3.fc21.x86_64 qt5-qtbase-mysql-5.3.2-3.f