Re: [Development] Nominating Mikołaj Boć as approver

2022-12-22 Thread Lorn Potter

+1!

On 22/12/2022 12:21 am, Morten Sørvig via Development wrote:

Hi,


I’d like to nominate Mikołaj Boć as an approver for the Qt project.

Mikołaj joined the Qt Company earlier this year and hit the ground 
running. He has contributed features and many bug fixes for the Qt for 
WebAssembly platform integration, as well as bug fixes for other parts 
of Qt.


I trust him to be a good approver. Links to gerrit dashboards:

Patches: 
https://codereview.qt-project.org/q/owner:Mikolaj.Boc%2540qt.io 

Reviews: 
https://codereview.qt-project.org/q/reviewer:Mikolaj.Boc%2540qt.io 



(I’m a colleague of Mikołaj at the Qt Company where we are on the same 
team)


Regards,
Morten

___
Development mailing list
Development@qt-project.org
https://lists.qt-project.org/listinfo/development___
Development mailing list
Development@qt-project.org
https://lists.qt-project.org/listinfo/development


[Development] [Announce] Qt 6.5 Beta1 released

2022-12-22 Thread List for announcements regarding Qt releases and development via Announce via Development
Hi Everyone!

We have released Qt 6.5 Beta1 today, see 
https://www.qt.io/blog/qt-6.5-beta-released

Big thanks to everyone involved!

br,
Jani Heikkinen
Release Manager
___
Announce mailing list
annou...@qt-project.org
https://lists.qt-project.org/listinfo/announce
___
Development mailing list
Development@qt-project.org
https://lists.qt-project.org/listinfo/development


Re: [Development] Nominating Mikołaj Boć as approver

2022-12-22 Thread David Skoland via Development
+1

Aside from technical prowess, I found it easy to collaborate with Mikolaj to 
find good solutions. I’m confident he will use approver rights wisely.

Disclaimer: we work in the same team.

Cheers,
David Skoland

On 21 Dec 2022, at 22:50, Axel Spoerl via Development 
mailto:development@qt-project.org>> wrote:

+1

Von: Development 
mailto:development-boun...@qt-project.org>> 
im Auftrag von Paul Wicking via Development 
mailto:development@qt-project.org>>
Gesendet: Mittwoch, 21. Dezember 2022 16:09
An: Morten Sørvig mailto:morten.sor...@qt.io>>
Cc: development@qt-project.org 
mailto:development@qt-project.org>>
Betreff: Re: [Development] Nominating Mikołaj Boć as approver

+1

On 21 Dec 2022, at 15:42, Morten Sørvig via Development 
mailto:development@qt-project.org>> wrote:

Hello again,

Correct links to gerrit should be:

https://codereview.qt-project.org/q/owner:Mikolaj.Boc%2540qt.io
https://codereview.qt-project.org/q/reviewer:Mikolaj.Boc%2540qt.io

(copy/paste error on my part :)

Morten

On 21 Dec 2022, at 15:21, Morten Sørvig via Development 
mailto:development@qt-project.org>> wrote:

Hi,


I’d like to nominate Mikołaj Boć as an approver for the Qt project.

Mikołaj joined the Qt Company earlier this year and hit the ground running. He 
has contributed features and many bug fixes for the Qt for WebAssembly platform 
integration, as well as bug fixes for other parts of Qt.

I trust him to be a good approver. Links to gerrit dashboards:

Patches: 
https://codereview.qt-project.org/q/owner:Mikolaj.Boc%2540qt.io
Reviews: 
https://codereview.qt-project.org/q/reviewer:Mikolaj.Boc%2540qt.io

(I’m a colleague of Mikołaj at the Qt Company where we are on the same team)

Regards,
Morten
___
Development mailing list
Development@qt-project.org
https://lists.qt-project.org/listinfo/development

___
Development mailing list
Development@qt-project.org
https://lists.qt-project.org/listinfo/development

___
Development mailing list
Development@qt-project.org
https://lists.qt-project.org/listinfo/development

___
Development mailing list
Development@qt-project.org
https://lists.qt-project.org/listinfo/development


[Development] HEADS-UP: Qt 6.5 API change review

2022-12-22 Thread Jani Heikkinen via Development
Hi!

Qt 6.5 API Change Review is started & generated diffs are here: 
https://codereview.qt-project.org/q/topic:%2522api-change-review-6.5%2522+(status:open+OR+status:merged)
There is also a task in Jira: https://bugreports.qt.io/browse/QTBUG-109580
QML API change documents still missing but we try to add those asap.
Please review diffs as soon as possible.

br,
Jani
___
Development mailing list
Development@qt-project.org
https://lists.qt-project.org/listinfo/development


[Development] Fixing the 6.5 build when cross-compiling (missing Qt6::qtprotobufgen)

2022-12-22 Thread Morten Sørvig via Development
Hi, I’m running into a configure error for a top-level Qt 6.5 wasm build. I use 
“init-repository --module-subset=all” to check out the Qt modules.

The host system does not have protobuf installed, which configure warns me 
about during the host tools build (this is fine):

-- Configuring submodule 'qtgrpc'
-- [QtGrpc] CMAKE_BUILD_TYPE was set to: 'Release'
-- [QtGrpc] CMAKE_STRIP (original): 
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip
-- [QtGrpc] Could NOT find Protobuf (missing: Protobuf_LIBRARIES 
Protobuf_INCLUDE_DIR)
-- [QtGrpc] Could NOT find Protobuf (missing: Protobuf_LIBRARIES 
Protobuf_INCLUDE_DIR)
-- [QtGrpc] Could NOT find Protobuf (missing: Protobuf_LIBRARIES 
Protobuf_INCLUDE_DIR)
-- [QtGrpc] Could NOT find Protobuf (missing: Protobuf_LIBRARIES 
Protobuf_INCLUDE_DIR)

But then, during the target (wasm) build the warning gets upgraded to an error:

-- Configuring submodule 'qtgrpc'
-- [QtGrpc] CMAKE_BUILD_TYPE was set to: 'Debug'
-- [QtGrpc] Could NOT find Protobuf (missing: Protobuf_LIBRARIES 
Protobuf_INCLUDE_DIR)
-- [QtGrpc] Could NOT find Protobuf (missing: Protobuf_LIBRARIES 
Protobuf_INCLUDE_DIR)
-- [QtGrpc] Could NOT find Protobuf (missing: Protobuf_LIBRARIES 
Protobuf_INCLUDE_DIR)
-- [QtGrpc] Running syncqt.cpp for module: QtProtobuf
-- [QtGrpc] Searching for tool 'Qt6::qtprotobufgen' in package Qt6ProtobufTools.
-- Could NOT find Qt6ProtobufTools (missing: Qt6ProtobufTools_DIR)
CMake Error at qtbase/cmake/QtToolHelpers.cmake:605 (message):
  Failed to find the host tool "Qt6::qtprotobufgen".  It is part of the
  Qt6ProtobufTools package, but the package could not be found.  Make sure
  you have built and installed the host Protobuf module, which will ensure
  the creation of the Qt6ProtobufTools package.
Call Stack (most recent call first):
  qtbase/cmake/QtToolHelpers.cmake:55 (qt_internal_find_tool)
  qtgrpc/src/tools/qtprotobufgen/CMakeLists.txt:9 (qt_internal_add_tool)


Could we find a different way to handle this where it does not become a 
configure error for the top-level Qt build? Especially if we continue to add 
special-purpose modules it can become difficult to satisfy all host 
requirements for all modules.


Morten
___
Development mailing list
Development@qt-project.org
https://lists.qt-project.org/listinfo/development