Files
localrepo/dev-qt/qtsingleapplication/files/qtsinglecoreapplication.prf
Olivier van der Toorn 3a319bbb9e 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:36 +02:00

9 lines
241 B
Plaintext

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