[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Texmacs-dev] Missing #include <QPainterPath>
From: |
Sebastian Miele |
Subject: |
[Texmacs-dev] Missing #include <QPainterPath> |
Date: |
Sun, 26 Jul 2020 22:25:36 +0200 |
User-agent: |
mu4e 1.4.12; emacs 27.0.91 |
When compiling the current master branch of github:texmacs/texmacs, I
got
error: aggregate ‘QPainterPath pp’ has incomplete type and cannot
be defined
on two files (src/Plugins/Qt/QTMStyle.cpp and
src/Plugins/Qt/qt_renderer.cpp). After adding
#include <QPainterPath>
to both files, it works. My system has only Qt5, no Qt4. But according
to https://doc.qt.io/archives/qt-4.8/qpainterpath.html, it should be
correct for Qt4, too.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Texmacs-dev] Missing #include <QPainterPath>,
Sebastian Miele <=