mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
🔧 Disable unused QtKeychain features
This commit is contained in:
parent
968532423f
commit
fb51b55abf
|
@ -18,6 +18,9 @@ class QtKeychainConan(ConanFile):
|
|||
|
||||
def build(self):
|
||||
cmake = CMake(self)
|
||||
cmake.definitions['BUILD_TRANSLATIONS'] = 'OFF'
|
||||
cmake.definitions['BUILD_TEST_APPLICATION'] = 'OFF'
|
||||
cmake.definitions['QTKEYCHAIN_STATIC'] = 'ON'
|
||||
cmake.configure()
|
||||
cmake.build()
|
||||
|
||||
|
|
Loading…
Reference in a new issue