aboutsummaryrefslogtreecommitdiff
path: root/autotests/fallbackconfigresources.qrc
diff options
context:
space:
mode:
authorChristoph Cullmann <cullmann@kde.org>2015-10-17 14:32:47 +0200
committerChristoph Cullmann <cullmann@kde.org>2015-10-17 14:32:47 +0200
commitc79edee12bfc7ef50ce9587ce2beb419b3e14f45 (patch)
tree36736562f2699420c9083e3e81c0cf865f5e616a /autotests/fallbackconfigresources.qrc
parent0e618f832e5ec3862a4acbbfd475153b7ec3c12d (diff)
downloadkconfig-c79edee12bfc7ef50ce9587ce2beb419b3e14f45.tar.gz
kconfig-c79edee12bfc7ef50ce9587ce2beb419b3e14f45.tar.bz2
Allow KConfig to use resources as fallback config files
Fallback will be :/kconfig/ REVIEW: 125598
Diffstat (limited to 'autotests/fallbackconfigresources.qrc')
-rw-r--r--autotests/fallbackconfigresources.qrc5
1 files changed, 5 insertions, 0 deletions
diff --git a/autotests/fallbackconfigresources.qrc b/autotests/fallbackconfigresources.qrc
new file mode 100644
index 00000000..0a395717
--- /dev/null
+++ b/autotests/fallbackconfigresources.qrc
@@ -0,0 +1,5 @@
+<!DOCTYPE RCC><RCC version="1.0">
+ <qresource prefix="/kconfig">
+ <file alias="kconfigtesting">test.ini</file>
+ </qresource>
+</RCC>