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:
6
dev-qt/qtlockedfile/files/qtlockedfile.prf
Normal file
6
dev-qt/qtlockedfile/files/qtlockedfile.prf
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user