Add dev-qt from an older version of the gentoo repo

Qt5 has been removed, we restore it since we still use it.
This commit is contained in:
2026-07-03 09:45:00 +02:00
parent 2247967dd3
commit e5bd56ba85
258 changed files with 8904 additions and 0 deletions

View File

@ -0,0 +1,6 @@
INCLUDEPATH *= $$[QT_INSTALL_HEADERS]/QtSolutions
greaterThan(QT_MAJOR_VERSION, 4) {
LIBS *= -lQt$${QT_MAJOR_VERSION}Solutions_LockedFile-2.4
} else {
LIBS *= -lQtSolutions_LockedFile-2.4
}