Inokinoki / QEFIEntryManager

A userspace cross-platform EFI boot entry management GUI App based on Qt.
GNU General Public License v3.0
274 stars 11 forks source link

Use new API make it compile in Qt6 #5

Closed ho-229 closed 2 years ago

Inokinoki commented 2 years ago

LGTM, let me trigger the CI

ho-229 commented 2 years ago

Why is the linux ci qt version is 5.12😂

Inokinoki commented 2 years ago

Why is the linux ci qt version is 5.12😂

Need to add one for Qt6, otherwise, the behavior cannot be checked in CI...

Inokinoki commented 2 years ago

Why is the linux ci qt version is 5.12😂

Need to add one for Qt6, otherwise, the behavior cannot be checked in CI...

Let us try to add a CI for Qt6

ho-229 commented 2 years ago

👀

Inokinoki commented 2 years ago

Why is the linux ci qt version is 5.12😂

Need to add one for Qt6, otherwise, the behavior cannot be checked in CI...

Let us try to add a CI for Qt6

Qt 6 CI on Win added in https://github.com/Inokinoki/QEFIEntryManager/commit/b6dbc14d6126ce9b88b7eeb8c9a86834db367b7f and is available on master, please sync/rebase to get the CI re-run.

Inokinoki commented 2 years ago

The build is successful. It seems that windeployqt has some breaking changes, which will be fixed in another commit.