From 775755fb53586aa3e1675f784290be986f880773 Mon Sep 17 00:00:00 2001 From: Jonathan Riddell Date: Thu, 9 Jan 2014 18:12:58 +0000 Subject: [PATCH] further rename of kconfig_compiler to kconfig_compiler_kf5 --- CMakeLists.txt | 2 +- autotests/kconfig_compiler/test1.kcfgc | 2 +- autotests/kconfig_compiler/test10.kcfgc | 2 +- autotests/kconfig_compiler/test11.kcfg | 2 +- autotests/kconfig_compiler/test11.kcfgc | 2 +- autotests/kconfig_compiler/test11a.kcfg | 2 +- autotests/kconfig_compiler/test11a.kcfgc | 2 +- autotests/kconfig_compiler/test2.kcfgc | 2 +- autotests/kconfig_compiler/test3.kcfgc | 2 +- autotests/kconfig_compiler/test3a.kcfgc | 2 +- autotests/kconfig_compiler/test4.kcfgc | 2 +- autotests/kconfig_compiler/test5.kcfgc | 2 +- autotests/kconfig_compiler/test6.kcfgc | 2 +- autotests/kconfig_compiler/test7.kcfgc | 2 +- autotests/kconfig_compiler/test9.kcfgc | 2 +- autotests/kconfig_compiler/test_dpointer.kcfgc | 2 +- autotests/kconfig_compiler/test_signal.kcfg | 2 +- 17 files changed, 17 insertions(+), 17 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f9be22d..b794b4b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -25,7 +25,7 @@ ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KCONFIG # Needed for the tests or examples to build correctly -set(KConfig_KCFGC_EXECUTABLE kconfig_compiler) +set(KConfig_KCFGC_EXECUTABLE kconfig_compiler_kf5) include(KF5ConfigMacros.cmake) add_subdirectory(src) diff --git a/autotests/kconfig_compiler/test1.kcfgc b/autotests/kconfig_compiler/test1.kcfgc index 6e0edd3..2c8c096 100644 --- a/autotests/kconfig_compiler/test1.kcfgc +++ b/autotests/kconfig_compiler/test1.kcfgc @@ -1,4 +1,4 @@ -# Code generation options for kconfig_compiler +# Code generation options for kconfig_compiler_kf5 ClassName=Test1 # # Singleton=false diff --git a/autotests/kconfig_compiler/test10.kcfgc b/autotests/kconfig_compiler/test10.kcfgc index 83ac211..6dc4611 100644 --- a/autotests/kconfig_compiler/test10.kcfgc +++ b/autotests/kconfig_compiler/test10.kcfgc @@ -1,4 +1,4 @@ -# Code generation options for kconfig_compiler +# Code generation options for kconfig_compiler_kf5 File=test10.kcfg ClassName=Test10 Singleton=true diff --git a/autotests/kconfig_compiler/test11.kcfg b/autotests/kconfig_compiler/test11.kcfg index d82e132..73b2d01 100644 --- a/autotests/kconfig_compiler/test11.kcfg +++ b/autotests/kconfig_compiler/test11.kcfg @@ -103,7 +103,7 @@ - + QList< QList<int> > defaultRate; QList< int > defaultRateInit; diff --git a/autotests/kconfig_compiler/test11.kcfgc b/autotests/kconfig_compiler/test11.kcfgc index 2b6fee1..f54591f 100644 --- a/autotests/kconfig_compiler/test11.kcfgc +++ b/autotests/kconfig_compiler/test11.kcfgc @@ -1,4 +1,4 @@ -# Code generation options for kconfig_compiler +# Code generation options for kconfig_compiler_kf5 File=test11.kcfg ClassName=Test11 Singleton=false diff --git a/autotests/kconfig_compiler/test11a.kcfg b/autotests/kconfig_compiler/test11a.kcfg index da02706..666c305 100644 --- a/autotests/kconfig_compiler/test11a.kcfg +++ b/autotests/kconfig_compiler/test11a.kcfg @@ -102,7 +102,7 @@ - + QList< QList<int> > defaultRate; QList< int > defaultRateInit; diff --git a/autotests/kconfig_compiler/test11a.kcfgc b/autotests/kconfig_compiler/test11a.kcfgc index cf0b0d8..747103d 100644 --- a/autotests/kconfig_compiler/test11a.kcfgc +++ b/autotests/kconfig_compiler/test11a.kcfgc @@ -1,4 +1,4 @@ -# Code generation options for kconfig_compiler +# Code generation options for kconfig_compiler_kf5 File=test11a.kcfg ClassName=Test11a Singleton=false diff --git a/autotests/kconfig_compiler/test2.kcfgc b/autotests/kconfig_compiler/test2.kcfgc index 56620d2..47ce59e 100644 --- a/autotests/kconfig_compiler/test2.kcfgc +++ b/autotests/kconfig_compiler/test2.kcfgc @@ -1,4 +1,4 @@ -# Code generation options for kconfig_compiler +# Code generation options for kconfig_compiler_kf5 File=test2.kcfg ClassName=Test2 Singleton=false diff --git a/autotests/kconfig_compiler/test3.kcfgc b/autotests/kconfig_compiler/test3.kcfgc index ca2c220..f3fa300 100644 --- a/autotests/kconfig_compiler/test3.kcfgc +++ b/autotests/kconfig_compiler/test3.kcfgc @@ -1,4 +1,4 @@ -# Code generation options for kconfig_compiler +# Code generation options for kconfig_compiler_kf5 File=test3.kcfg NameSpace=TestNameSpace ClassName=Test3 diff --git a/autotests/kconfig_compiler/test3a.kcfgc b/autotests/kconfig_compiler/test3a.kcfgc index ca849a8..3ebb58d 100644 --- a/autotests/kconfig_compiler/test3a.kcfgc +++ b/autotests/kconfig_compiler/test3a.kcfgc @@ -1,4 +1,4 @@ -# Code generation options for kconfig_compiler +# Code generation options for kconfig_compiler_kf5 File=test3a.kcfg NameSpace=TestNameSpace::InnerNameSpace ClassName=Test3a diff --git a/autotests/kconfig_compiler/test4.kcfgc b/autotests/kconfig_compiler/test4.kcfgc index 754706d..47c1fd0 100644 --- a/autotests/kconfig_compiler/test4.kcfgc +++ b/autotests/kconfig_compiler/test4.kcfgc @@ -1,4 +1,4 @@ -# Code generation options for kconfig_compiler +# Code generation options for kconfig_compiler_kf5 File=test4.kcfg ClassName=Test4 Singleton=true diff --git a/autotests/kconfig_compiler/test5.kcfgc b/autotests/kconfig_compiler/test5.kcfgc index 663005e..1c8f161 100644 --- a/autotests/kconfig_compiler/test5.kcfgc +++ b/autotests/kconfig_compiler/test5.kcfgc @@ -1,4 +1,4 @@ -# Code generation options for kconfig_compiler +# Code generation options for kconfig_compiler_kf5 File=test5.kcfg ClassName=Test5 Singleton=true diff --git a/autotests/kconfig_compiler/test6.kcfgc b/autotests/kconfig_compiler/test6.kcfgc index b69dc15..3542eac 100644 --- a/autotests/kconfig_compiler/test6.kcfgc +++ b/autotests/kconfig_compiler/test6.kcfgc @@ -1,4 +1,4 @@ -# Code generation options for kconfig_compiler +# Code generation options for kconfig_compiler_kf5 File=test6.kcfg ClassName=Test6 Singleton=false diff --git a/autotests/kconfig_compiler/test7.kcfgc b/autotests/kconfig_compiler/test7.kcfgc index 9a6c409..0b4228c 100644 --- a/autotests/kconfig_compiler/test7.kcfgc +++ b/autotests/kconfig_compiler/test7.kcfgc @@ -1,4 +1,4 @@ -# Code generation options for kconfig_compiler +# Code generation options for kconfig_compiler_kf5 File=test7.kcfg ClassName=Test7 Singleton=false diff --git a/autotests/kconfig_compiler/test9.kcfgc b/autotests/kconfig_compiler/test9.kcfgc index d442333..cf416bb 100644 --- a/autotests/kconfig_compiler/test9.kcfgc +++ b/autotests/kconfig_compiler/test9.kcfgc @@ -1,4 +1,4 @@ -# Code generation options for kconfig_compiler +# Code generation options for kconfig_compiler_kf5 ClassName=Test9 # # Singleton=false diff --git a/autotests/kconfig_compiler/test_dpointer.kcfgc b/autotests/kconfig_compiler/test_dpointer.kcfgc index 48baa37..3c45b08 100644 --- a/autotests/kconfig_compiler/test_dpointer.kcfgc +++ b/autotests/kconfig_compiler/test_dpointer.kcfgc @@ -1,4 +1,4 @@ -# Code generation options for kconfig_compiler +# Code generation options for kconfig_compiler_kf5 File=test_dpointer.kcfg ClassName=TestDPointer Singleton=true diff --git a/autotests/kconfig_compiler/test_signal.kcfg b/autotests/kconfig_compiler/test_signal.kcfg index 1b2c36e..52dfb96 100644 --- a/autotests/kconfig_compiler/test_signal.kcfg +++ b/autotests/kconfig_compiler/test_signal.kcfg @@ -4,7 +4,7 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0 http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" > - +