EXE of QT Demo projects.
-
I would like to request.
Is it possible to get EXEs pre-built of QT 6.8 demo projects?
Reason.
I'd like to get QT 6.8, 6.7.3 demo projects pre-built instead of a code-repo, and have to take time to compile...Example.
I go to CodeJock, BCG (third-party MFC vendors), they have EXE demos of features, of their demos.Is that possible?
-
Hi,
I think this is highly unlikely to happen for several reasons:
- Demand / Constraints ratio
- The number of examples and demos combined with the number of variations the Qt CI does to build for all the supported platforms (there are at least two compilers only for Windows and three variants of Windows)
- How to make them available ? One big fat archive ? Each demo with it's own installer ? Everything through the online installer ?
Even if only for Windows, it would be a non trivial effort and add more pressure to the CI which is already under a heavy load for you to not have to take time to compile them.
-
@PolywickStudio said in EXE of QT Demo projects.:
have to take time to compile
I mean... how hard is it to open QtCreator (even if you don't use this as main IDE), go to Example tab, pick you example and press Run?!
-