Files
localrepo/dev-qt/qtlockedfile/files/qtlockedfile.prf
Olivier van der Toorn 428fc5770b 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 10:47:15 +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
}