Files
localrepo/dev-qt/qtlockedfile/files/qtlockedfile.prf
Olivier van der Toorn e5bd56ba85 Add dev-qt from an older version of the gentoo repo
Qt5 has been removed, we restore it since we still use it.
2026-07-03 09:59:34 +02:00

7 lines
190 B
Plaintext

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
}