mirror-chatterino2/lib/qtkeychain.pri
zneix e14050d40c
First changes to build systems
For the time being I hardcoded qt6 in cmake for convenience, but in the end there'll be a flag you should specify for building with either Qt6 or Qt5
2021-07-30 17:08:31 +02:00

10 lines
206 B
Plaintext

freebsd {
INCLUDEPATH += /usr/local/include/qt6keychain
LIBS += -lqt6keychain
} else {
unix:!android:!macx:!ios {
DEFINES += KEYCHAIN_DBUS
}
include(qtkeychain/qt6keychain.pri)
}