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

2024-04-05 Thread Eike Ziller via Qt-creator
Sorry, that is an unfortunate error. The include is not even used anymore, it 
is a left-over from previous patches and can be removed:

553256: TextEditor: Remove non-exported include from public header | 
https://codereview.qt-project.org/c/qt-creator/qt-creator/+/553256

Br, Eike

> Am 04.04.2024 um 21:29 schrieb Carel Combrink :
> 
> Just a follow up. 
> 
> The issue now is my plugin includes 
> qt-creator\src\plugins\texteditor\syntaxhighlighter.h which includes #include 
>  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
> -- 
> Qt-creator mailing list
> Qt-creator@qt-project.org
> https://lists.qt-project.org/listinfo/qt-creator

-- 
Eike Ziller
Principal Software Engineer

The Qt Company GmbH
Erich-Thilo-Str. 10
12489 Berlin, Germany
eike.zil...@qt.io
https://qt.io

Geschäftsführer: Mika Pälsi,
Juha Varelius, Jouni Lintunen
Sitz der Gesellschaft: Berlin, Registergericht: Amtsgericht Charlottenburg, HRB 
144331 B


-- 
Qt-creator mailing list
Qt-creator@qt-project.org
https://lists.qt-project.org/listinfo/qt-creator


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

2024-04-05 Thread Cristian Adam via Qt-creator
Hi,

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

The same needs to be done for "Definition".

Cheers,
Cristian

From: Qt-creator  on behalf of Carel 
Combrink 
Sent: Thursday, April 4, 2024 21:29
To: qt-creator 
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
 which includes #include 

 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
-- 
Qt-creator mailing list
Qt-creator@qt-project.org
https://lists.qt-project.org/listinfo/qt-creator