summaryrefslogtreecommitdiffstats
path: root/SConstruct
diff options
context:
space:
mode:
authorStéphane Lepin <stephane.lepin@gmail.com>2017-08-01 10:17:49 +0200
committerStéphane Lepin <stephane.lepin@gmail.com>2017-08-01 11:01:47 +0200
commitcdad690f16a5a670080874a2b64af9928b8e476b (patch)
tree02785dc998c899a4570670f45d027a6765731d0f /SConstruct
parent10c4831ed40ed2b22f078db38736b8bc463de7e3 (diff)
Add compile flag to enable secure password storage
Use qtkeychain=1 in scons to enabled this feature
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct5
1 files changed, 3 insertions, 2 deletions
diff --git a/SConstruct b/SConstruct
index d2e7ae81fd..c2680fb364 100644
--- a/SConstruct
+++ b/SConstruct
@@ -63,8 +63,9 @@ available_features = [features.Mad,
features.IPod,
features.FFMPEG,
- # Experimental features
- features.OpenGLES
+ # Experimental features
+ features.OpenGLES,
+ features.QtKeychain
]
build = mixxx.MixxxBuild(target, machine, build_type,