diff options
author | Christoph Cullmann <cullmann@kde.org> | 2015-10-17 14:32:47 +0200 |
---|---|---|
committer | Christoph Cullmann <cullmann@kde.org> | 2015-10-17 14:32:47 +0200 |
commit | c79edee12bfc7ef50ce9587ce2beb419b3e14f45 (patch) | |
tree | 36736562f2699420c9083e3e81c0cf865f5e616a /autotests/CMakeLists.txt | |
parent | 0e618f832e5ec3862a4acbbfd475153b7ec3c12d (diff) | |
download | kconfig-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/CMakeLists.txt')
-rw-r--r-- | autotests/CMakeLists.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/autotests/CMakeLists.txt b/autotests/CMakeLists.txt index 8213bc41..96c7b65e 100644 --- a/autotests/CMakeLists.txt +++ b/autotests/CMakeLists.txt @@ -35,7 +35,9 @@ qt5_add_resources(sharedconfigresources sharedconfigresources.qrc) ecm_add_test(ksharedconfigtest ${sharedconfigresources} TEST_NAME kconfigcore-ksharedconfigtest LINK_LIBRARIES KF5::ConfigCore Qt5::Test Qt5::Concurrent) - +# test for fallback to :/kconfig/xxxx config resource +qt5_add_resources(fallbackconfigresources fallbackconfigresources.qrc) +ecm_add_test(fallbackconfigresourcestest ${fallbackconfigresources} TEST_NAME kconfigcore-fallbackconfigresourcestest LINK_LIBRARIES KF5::ConfigCore Qt5::Test Qt5::Concurrent) ecm_add_tests( kconfignokdehometest.cpp |