Summary: | Allow building vim-qt using Qt 5 | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | torto09 |
Component: | Current packages | Assignee: | Qt Bug Alias <qt> |
Status: | RESOLVED WONTFIX | ||
Severity: | enhancement | CC: | gentoo.2019, mgorny |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | ebuild with qt4 and qt5 use flags |
I forgot to mention, it should only be modified in a live ebuild, as the Qt 5 build doesn't work properly in the current version commit 1aff8d7da4e38c356c686ea05d9305317f12ca7f Author: Michał Górny <mgorny@gentoo.org> AuthorDate: Thu May 25 12:36:08 2017 Commit: Michał Górny <mgorny@gentoo.org> CommitDate: Thu May 25 12:37:16 2017 app-editors/vim-qt: Remove last-rited pkg, #607136 |
Created attachment 430266 [details] ebuild with qt4 and qt5 use flags Hello! vim-qt allows using Qt 4 or Qt 5, but the current ebuild supports Qt 4 only. I've attached a sample ebuild which allows the user to choose which toolkit to use. Franco