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: Tue, 7 Nov 2023 04:47:20 -0500 (EST)

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

Not an actual fix for the automatic detection of necessary flags. But setting
the following flags in CI using Homebrew (on Intel) seems to be working:

../configure \
  --with-qt=6 \
  QT_CPPFLAGS="-I/usr/local/opt/qt@6/include/QtCore
-I/usr/local/opt/qt@6/include/QtGui -I/usr/local/opt/qt@6/include/QtHelp
-I/usr/local/opt/qt@6/include/QtNetwork -I/usr/local/opt/qt@6/include/QtOpenGL
-I/usr/local/opt/qt@6/include/QtOpenGLWidgets
-I/usr/local/opt/qt@6/include/QtPrintSupport
-I/usr/local/opt/qt@6/include/QtSql -I/usr/local/opt/qt@6/include/QtWidgets
-I/usr/local/opt/qt@6/include/QtXml
-I/usr/local/opt/qt@6/include/QtCore5Compat" \
   QT_LDFLAGS="-F/usr/local/opt/qt@6/Frameworks" \
   QT_LIBS="-framework QtCore -framework QtGui -framework QtHelp -framework
QtNetwork -framework QtOpenGL -framework QtOpenGLWidgets -framework
QtPrintSupport -framework QtSql -framework QtWidgets -framework QtXml
-framework QtCore5Compat"


I don't know if the resulting GUI actually works though.



    _______________________________________________________

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]