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

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

[Octave-bug-tracker] [bug #55187] build: fails to work with Qt 5.12, qco


From: Ben Abbott
Subject: [Octave-bug-tracker] [bug #55187] build: fails to work with Qt 5.12, qcollectiongenerator no longer exists
Date: Mon, 24 Dec 2018 20:53:40 -0500 (EST)
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_2) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0.2 Safari/605.1.15

Follow-up Comment #38, bug #55187 (project octave):

I've successfully built octave on macOS using Qt 5.12.0.

I had to define QT_CPPFLAGS, and QT_LDFLAGS (not used/needed for Qt 5.11.2)


brew switch qt5 5.12.0
QCOLLECTIONGENERATOR=qhelpgenerator
export QCOLLECTIONGENERATOR
QT_CPPFLAGS="-I/usr/local/opt/qt/include"
export QT_CPPFLAGS
QT_LDFLAGS="-F/usr/local/opt/qt/lib"
export QT_LDFLAGS


I also included the definitions for QT_CPPFLAGS, and QT_LDFLAGS in CPPFLAGS
and LDFLAGS. This last part was necessary to ensure the Qt include and libs
were always available where Qt needed them. For example, the test for
QAbstractItemModel::beginResetModel which was failing during configure.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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