mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
e14050d40c
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
10 lines
206 B
Plaintext
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)
|
|
}
|