aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.pri
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.pri')
-rw-r--r--src/config.pri6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/config.pri b/src/config.pri
index 6c4bc0d0..024515b6 100644
--- a/src/config.pri
+++ b/src/config.pri
@@ -54,3 +54,9 @@ disable-xcb {
message("The disable-xcb option has been deprecated. Please use disable-desktop instead.")
CONFIG += disable-desktop
}
+
+# Enables logging of sensitive information, such as key events.
+# Should never be enabled by default.
+# It's defined here rather than virtualkeyboarddebug_p.h
+# so that the plugins can use it.
+sensitive-debug: DEFINES += SENSITIVE_DEBUG