view liboctave/octave.in.pc @ 32003:81de46cd091b

Minor changes for compatibility with Qt6. * libgui/src/main-window.cc (main_window::request_new_function): QString::rightRef has been removed from Qt6. Use QString::right instead. Remove QKeySequence using the deprecated operator+ that is not used anyway. * src/octave-qsvghandler.h: Include QStringRef. (parsePathDataFast): Avoid ambiguous assignment operator error with Qt6.
author Markus Mützel <markus.muetzel@gmx.de>
date Thu, 13 Apr 2023 09:04:29 +0200
parents 26070f36f1e7
children
line wrap: on
line source

Name: @PACKAGE_NAME@
Description: C++ interface to GNU Octave underlying library.
URL: https://www.octave.org
Version: @PACKAGE_VERSION@
Requires:
Requires.private:
Libs: -L@octlibdir@ @LIBOCTAVE@
Libs.private: @LIBOCTAVE_LINK_DEPS@
Cflags: -I@octincludedir@/..