[Development] CMake Workshop Summary

Stephen Kelly stkelly at microsoft.com
Wed Feb 13 12:32:43 CET 2019


As a deliberate design choice years ago, we put the major version in the package name because it avoids a class of user errors and confusion, and because it allows a single buildsystem with targets linking to either Qt 4 or Qt 5 (CMake ensures that nothing attempts to link to both).

Thanks,

Stephen.

From: Development <development-bounces at qt-project.org> On Behalf Of Simon Hausmann
Sent: Wednesday 13 February 2019 10:47
To: Vitaly Fanaskov <vitaly.fanaskov at qt.io>; development at qt-project.org
Subject: Re: [Development] CMake Workshop Summary


That may be possible to implement. It requires the work to be done upstream in cmake's FindQt.cmake. It also requires maintaining compatibility with Qt 3 and 4. See

    https://devdocs.io/cmake~3.12/module/findqt<https://nam06.safelinks.protection.outlook.com/?url=https:%2F%2Fdevdocs.io%2Fcmake~3.12%2Fmodule%2Ffindqt&data=02%7C01%7Cstkelly%40microsoft.com%7C99816f77879642b3089c08d691a10273%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C1%7C636856518063066799&sdata=gr5%2BNJOPI2NzqMsBR7E9nZ1mqqkmmIT7xode2QhYDsM%3D&reserved=0>

I suggest for you to get in touch with the CMake developers to see what they think about it.

Simon
________________________________
From: Development <development-bounces at qt-project.org<mailto:development-bounces at qt-project.org>> on behalf of Vitaly Fanaskov <vitaly.fanaskov at qt.io<mailto:vitaly.fanaskov at qt.io>>
Sent: Wednesday, February 13, 2019 11:22
To: development at qt-project.org<mailto:development at qt-project.org>
Subject: Re: [Development] CMake Workshop Summary


Hi Simon,



Thank you for the update.



It's not clear why you included version to a package name (e.g. Qt5/Qt6). With CMake you can pass a version as the second argument, e.g.: find_package(Qt 5.12)

Perhaps it would be better, what do you think?


On 2/13/19 10:33 AM, Simon Hausmann wrote:
Hi,

On Monday/Tuesday a bunch of us met at KDAB offices in Berlin to accelerate the attempt of building Qt with CMake. I'd like to give a brief summary of this workshop.

Who: Jean-Michaƫl, Liang, Volker, Mikhail, Kevin, me, Tobias, Kai and Albert.

A very early visible artifact was the creation of a wiki page (like all good workshops ;-)

    https://wiki.qt.io/CMake_Port<https://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwiki.qt.io%2FCMake_Port&data=02%7C01%7Cstkelly%40microsoft.com%7C99816f77879642b3089c08d691a10273%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C1%7C636856518063076808&sdata=kwz8RvCejS9KqXoPGDcwksFQOEAvWK2O6emYE3Y%2FSR4%3D&reserved=0>

With such a large group, we were able to make good progress:

    * We were able to fix the artifacts of "make install" in qtbase to allow for building an external module (qtsvg) and sample apps. The plan for allowing people to develop apps that work with Qt 5 and Qt 6 is quite simple API wise:

        (1) In your application use either find_package(Qt5) or find_package(Qt6)
        (2) Always use Qt::Core, Qt::Gui, etc. for linkage
        (3) We want to add the "plain" Qt::Core, Qt::Gui, targets also to Qt5's cmake support

    * The script to converting .pro files to CMakeLists.txt is becoming really good. The goal is to convert all scopes and (source) file names correctly. Right now the repo contains incremental conversions with hand-edits.

    * We're working on installing the latest cmake (as required) in the provisioning setup, so that we can get a building CI as soon as possible.

    * We were able to verify that cross-compilation works well. The main challenge is ensuring that third-party libraries that used to be copied in src/3rdparty are either installed in the sysroot or can be found outside.

    * We discussed and experimented with different ways of making static builds robust. So static builds themselves work already, but what we're looking into in particular is an automatic way of propagating Qt internal dependencies (such as double-conversion) correctly to the build process of the application that is not fragile.

    * We added a lot more plugins and platform support libraries to the build process and did many improvements to the finding of external libraries.


Our overall next goal is completing the build on Linux, macOS and Windows, cross-compilation, static builds and basic CI build support.


Simon



_______________________________________________

Development mailing list

Development at qt-project.org<mailto:Development at qt-project.org>

https://lists.qt-project.org/listinfo/development<https://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Flists.qt-project.org%2Flistinfo%2Fdevelopment&data=02%7C01%7Cstkelly%40microsoft.com%7C99816f77879642b3089c08d691a10273%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C1%7C636856518063086807&sdata=xPpVNzheIxD6e5q7fxLAacqUSeQfUMA7lBs1eyzeyAM%3D&reserved=0>

--

Best Regards,



Fanaskov Vitaly

Senior Software Engineer



The Qt Company / Qt Quick and Widgets Team
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/development/attachments/20190213/881c96bd/attachment.html>


More information about the Development mailing list