[Qt-creator] Need help building my plugin in GitHub

Cristian Adam cristian.adam at qt.io
Fri Apr 5 10:24:49 CEST 2024


Hi,

qt-creator/src/libs/3rdparty/syntax-highlighting/CMakeLists.txt at v13.0.0 · qt-creator/qt-creator (github.com)<https://github.com/qt-creator/qt-creator/blob/v13.0.0/src/libs/3rdparty/syntax-highlighting/CMakeLists.txt#L54> show how the "State" header got included in the _dev package.

The same needs to be done for "Definition".

Cheers,
Cristian
________________________________
From: Qt-creator <qt-creator-bounces at qt-project.org> on behalf of Carel Combrink <carel.combrink at gmail.com>
Sent: Thursday, April 4, 2024 21:29
To: qt-creator <qt-creator at qt-project.org>
Subject: Re: [Qt-creator] Need help building my plugin in GitHub

Just a follow up.

The issue now is my plugin includes qt-creator\src\plugins\texteditor\syntaxhighlighter.h<https://github.com/qt-creator/qt-creator/blob/v13.0.0/src/plugins/texteditor/syntaxhighlighter.h> which includes #include <KSyntaxHighlighting/Definition><https://github.com/qt-creator/qt-creator/blob/v13.0.0/src/plugins/texteditor/syntaxhighlighter.h#L11> but this header is not contained in the '_dev' package/archive.(PS: I only see 'state' and not 'Definitions')

The files are still in the github project: https://github.com/qt-creator/qt-creator/tree/v13.0.0/src/libs/3rdparty/syntax-highlighting/autogenerated/include/KSyntaxHighlighting
Not sure why they are not packaged in the _dev package
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/qt-creator/attachments/20240405/00b09ea9/attachment.htm>


More information about the Qt-creator mailing list