octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #48881] Build failure due to -qt5 flag for uic


From: Dan Sebald
Subject: [Octave-bug-tracker] [bug #48881] Build failure due to -qt5 flag for uic, rcc, moc, and lrelease
Date: Wed, 31 Aug 2016 04:06:09 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:42.0) Gecko/20100101 Firefox/42.0

Follow-up Comment #11, bug #48881 (project octave):

T.M., apparently the "qtchooser" pathway isn't necessary.  But you need to
create a ~/.config/qtchooser/default.conf:


sebald@ ~ $ moc -v
Qt Meta Object Compiler version 63 (Qt 4.8.6)
sebald@ ~ $ mkdir .config/qtchooser/
sebald@ ~ $ cp /usr/lib/x86_64-linux-gnu/qtchooser/qt5.conf
.config/qtchooser/default.conf
sebald@ ~ $ moc -v
moc 5.2.1


But, I don't know if that helps Octave make any, because it is searching for
qt5 first priority.  It is only of benefit to you if you want to use these
moc/uic commands directly.

If I'm understanding correctly now, the change you made, i.e., created
~/.config/qtchooser/qt5.conf, should work properly for the Octave configure
because it will end up looking for qt5 version via

qtchooser -run-tool=XYZ -qt=qt5

in the Makefile.  Is that correct Mike?

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?48881>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]