aboutsummaryrefslogtreecommitdiff
path: root/debian/lumina-qt5ct
diff options
context:
space:
mode:
authorKen Moore <ken@pcbsd.org>2015-03-12 17:33:15 -0400
committerKen Moore <ken@pcbsd.org>2015-03-12 17:33:15 -0400
commitc201a70a9507ab03d2269e9ecd47aad8e2e23887 (patch)
treefd0ee1bb2b89347b2d7af56916385f4c7b0509b0 /debian/lumina-qt5ct
parentTweak the fallback behavior of the %c field code replacement routine for a *.... (diff)
parentMerge pull request #65 from Nanolx/master (diff)
downloadlumina-c201a70a9507ab03d2269e9ecd47aad8e2e23887.tar.gz
lumina-c201a70a9507ab03d2269e9ecd47aad8e2e23887.tar.bz2
lumina-c201a70a9507ab03d2269e9ecd47aad8e2e23887.zip
Merge branch 'master' of https://github.com/pcbsd/lumina
Diffstat (limited to 'debian/lumina-qt5ct')
-rw-r--r--debian/lumina-qt5ct7
1 files changed, 7 insertions, 0 deletions
diff --git a/debian/lumina-qt5ct b/debian/lumina-qt5ct
new file mode 100644
index 00000000..9553f94c
--- /dev/null
+++ b/debian/lumina-qt5ct
@@ -0,0 +1,7 @@
+#
+# if LUMINA_USE_QT5CT is TRUE Lumina Desktop
+# will use qt5-configuration-tool for theming
+# Qt. Please note that this will override some
+# of the Lumina settings in 'lumina-config'
+
+LUMINA_USE_QT5CT=FALSE
bgstack15