Skip to content

templates/qtproj: use QMAKEVER to select qmake version - #111

Merged
MingcongBai merged 1 commit into
masterfrom
qtproj-refactor
Sep 13, 2026
Merged

MingcongBai merged 1 commit into
masterfrom
qtproj-refactor

Conversation

@OriginCode

@OriginCode OriginCode commented Sep 12, 2026

Copy link
Copy Markdown
Member

The qtproj template did not allow building with Qt 6's qmake.

Remove the unused QT_SELECT variable since we no longer ship qtchooser. Introduce a new variable QMAKEVER to specify the qmake version. Require QMAKEVER to be set to avoid ambiguity.

@OriginCode
OriginCode marked this pull request as draft September 12, 2026 17:10
@OriginCode
OriginCode force-pushed the qtproj-refactor branch 2 times, most recently from bd509a6 to f8c13f2 Compare September 12, 2026 17:22
@OriginCode

Copy link
Copy Markdown
Member Author

Tested with openrgb
image

When QMAKEVER is not set:
image

When QMAKEVER value is illegal:
image

@OriginCode OriginCode self-assigned this Sep 12, 2026
@OriginCode
OriginCode marked this pull request as ready for review September 12, 2026 17:28
The qtproj template did not allow building with Qt 6's qmake.

Remove the unused `QT_SELECT` variable since we no longer ship
`qtchooser`. Introduce a new variable `QMAKEVER` to specify the `qmake`
version. Require `QMAKEVER` to be set to avoid ambiguity.

Signed-off-by: Kaiyang Wu <origincode@aosc.io>
@MingcongBai
MingcongBai merged commit ebffc7f into master Sep 13, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants