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

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

[Octave-bug-tracker] [bug #64498] Qt 6 not detected correctly on macOS


From: Markus Mützel
Subject: [Octave-bug-tracker] [bug #64498] Qt 6 not detected correctly on macOS
Date: Thu, 7 Sep 2023 04:57:19 -0400 (EDT)

Follow-up Comment #3, bug #64498 (project octave):

Setting the same (or very similar) flags than what you do for gnuplot should
also work for Octave.

Potentially, you'd also need to set the following variables to point to the
respective Qt tools:

configure --with-qt=6 \
  QT_CFLAGS="all necessary -I and -D flags" \
  QT_LIBS="all necessary -L and -l (and -F?) flags" \
  MOC_QTVER=/usr/lib/qt6/libexec/moc \
  UIC_QTVER=/usr/lib/qt6/libexec/uic \
  RCC_QTVER=/usr/lib/qt6/libexec/rcc \
  QHELPGENERATOR_QTVER=/usr/lib/qt6/libexec/qhelpgenerator \
  QCOLLECTIONGENERATOR_QTVER=/usr/lib/qt6/libexec/qhelpgenerator \
  LRELEASE_QTVER=/usr/lib/qt6/bin/lrelease


Your tools might be installed elsewhere.

Please, let us know if that works for you.

I don't know how the configure script could do that automatically though
without pkg-config files.



    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?64498>

_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/




reply via email to

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