Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1260745
| From | Michal Marek <mmarek@suse.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: make xconfig no longer works in Fedora |
| Date | 2015-11-02 17:00 +0100 |
| Message-ID | <qqpGy-77v-21@gated-at.bofh.it> (permalink) |
| References | <qpDBT-2Ow-3@gated-at.bofh.it> <qqdYK-cb-1@gated-at.bofh.it> <qqkGR-4bJ-5@gated-at.bofh.it> <qqnEK-5VS-11@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Mon, Nov 02, 2015 at 08:46:55AM -0500, Thiago Macieira wrote:
> On Monday 02 November 2015 11:36:43 Michal Marek wrote:
> > On 2015-11-02 04:20, Thiago Macieira wrote:
> > > - qtver=`qmake -query QT_VERSION` || { \
> > > + qtver=`qmake -query QT_VERSION` || \
> > > + qtver=`qmake-qt5 -query QT_VERSION` || \
> > > + qtver=`qmake-qt4 -query QT_VERSION` || { \
> >
> > The qtlibdir= etc assignments below still use qmake directly, plus this
> > will print an error if the command is not called "qmake." As Alexey
> > says, we do not need qmake, we need moc and the cflags / ldflags. Since
> > pkg-config worked for us previously, I suggest to use pkg-config again
> > and just check which of QtGui or Qt5Widgets is available.
>
> Here's an attempt using pkg-config.
Works for me on openSUSE, it just started to prefer Qt5 now. But it
correctly builds against Qt4 if Qt5 is not available.
Michal
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Re: make xconfig no longer works in Fedora Thiago Macieira <thiago.macieira@intel.com> - 2015-11-02 04:30 +0100
Re: make xconfig no longer works in Fedora Michal Marek <mmarek@suse.com> - 2015-11-02 11:40 +0100
Re: make xconfig no longer works in Fedora Thiago Macieira <thiago.macieira@intel.com> - 2015-11-02 14:50 +0100
Re: make xconfig no longer works in Fedora Michal Marek <mmarek@suse.com> - 2015-11-02 17:00 +0100
Re: make xconfig no longer works in Fedora Michal Marek <mmarek@suse.com> - 2015-11-02 17:10 +0100
Re: make xconfig no longer works in Fedora Thiago Macieira <thiago.macieira@intel.com> - 2015-11-02 17:10 +0100
Re: make xconfig no longer works in Fedora Alexey Brodkin <Alexey.Brodkin@synopsys.com> - 2015-11-02 17:30 +0100
Re: make xconfig no longer works in Fedora Michal Marek <mmarek@suse.com> - 2015-11-02 21:40 +0100
Re: make xconfig no longer works in Fedora Alexey Brodkin <Alexey.Brodkin@synopsys.com> - 2015-11-02 21:50 +0100
csiph-web