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