Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build a simple test project (qmake and CMake) to test the availability of this Qt toolchain #24

Open
Fsu0413 opened this issue Apr 3, 2024 · 1 comment

Comments

@Fsu0413
Copy link
Owner

Fsu0413 commented Apr 3, 2024

This is needed for (at least) check if the Qt is usable in QtBase.
(Install directory should be renamed for testing relocation)

This should be a continuation of #22 , which is only for Windows.

@Fsu0413
Copy link
Owner Author

Fsu0413 commented May 12, 2024

For static builds of Qt the go-to choice for the test project should be Qt Installer Framework
For dynamic builds of Qt the go-to choice for the test project should be Qt Creator

Pros:

  • They need not be implemented by ourselves
  • Official use case by tQtC using Qt

Cons:

  • Not all modules are used
  • Both QtIFW and Qt Creator supports only desktop platform, i.e., Windows and macOS

Qt Installer Framework version support table:

Qt Version QtIFW Version
5.15 (latest)
6.2 (latest)
6.5 (latest)
6.7 (latest)

Qt Creator version support table:

Qt Version Qt Creator Version Notes
5.15 8.0.2 (for CMake)
6.0.2 (for qmake)
Qt Creator 9 dropped building with Qt 5
Qt Creator 7 dropped qmake
6.2 13.0.1 Qt Creator 14 dropped building with Qt 6 before 6.4.3
6.5 (latest)
6.7 (latest)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant