Join KDAB Training Day 2025 in Munich
Choose between learning advanced QML programming, Modern C++, integrating Rust and Qt or 3d rendering with Vulkan. The KDAB Training Day 2025 will take place in Munich on the 8th of May, right after the Qt World Summit on 6th to 7th of May.
Learn more
5 Comments
17 - Jun - 2014
Gunnar Roth
This are nice features. But AUTOUIC seems to work only with one ui file in a target. I have a target with 3 ui files for different dialogs (and 3 cpp files) and only the last in my file list is converted from ui to h file. if i change the order and do cmake and build again then for this one a h file from ui file is generated. If this is by intent or for technical reasons it should be mentioned in the documentation.
Best regards, Gunnar
18 - Jun - 2014
steveire
That sounds like a bug. I'll look into it.
26 - Jun - 2014
steveire
This seems to be
http://public.kitware.com/Bug/view.php?id=14981
which will be at least partly fixed in the next cmake release.
17 - Dec - 2014
Gunnar Roth
Hi Steve, would be very nice, if you could provide a cmake 3.1 qch file.
5 - Jan - 2015
Romain Pokrzywka
Hi Steve,
A little hello from an old acquaintance :)
Thanks for the precompiled qthelp file, just what I needed as I'm going back to working with Qt and CMake again.
Keep up the good work!