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 4891e36beb
238 changed files with 7724 additions and 0 deletions

View File

@ -0,0 +1,9 @@
INCLUDEPATH *= $$[QT_INSTALL_HEADERS]/QtSolutions
greaterThan(QT_MAJOR_VERSION, 4) {
LIBS *= -lQt$${QT_MAJOR_VERSION}Solutions_SingleApplication-2.6
QT *= widgets
} else {
LIBS *= -lQtSolutions_SingleApplication-2.6
}
QT *= network
CONFIG *= qtlockedfile