https://bugs.kde.org/show_bug.cgi?id=414167
Bug ID: 414167 Summary: error: invalid use of incomplete type ‘class QMouseEvent’ compiling Product: kdenlive Version: git-master Platform: Mint (Ubuntu based) OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: Installation Assignee: vpi...@kde.org Reporter: aroberts...@yahoo.com Target Milestone: --- git clone https://invent.kde.org/kde/kdenlive.git cd kdenlive git checkout master mkdir build cd build cmake .. -DKDE_INSTALL_USE_QT_SYS_PATHS=ON -DCMAKE_INSTALL_PREFIX=/usr -DRELEASE_BUILD=OFF make -j9 sudo make install error: invalid use of incomplete type ‘class QMouseEvent’ Missing: #include <QMouseEvent> in file: /kdenlive/src/audiomixer/mixerwidget.cpp -- You are receiving this mail because: You are watching all bug changes.