Files
localrepo/dev-qt/qtsingleapplication/files/qtsingleapplication.prf
Olivier van der Toorn fcf63c0b80 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:53:26 +02:00

10 lines
255 B
Plaintext

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