https://bugs.kde.org/show_bug.cgi?id=418146

            Bug ID: 418146
           Summary: kconfig_compiler with GenerateProperties creates
                    uncompilable/wrong code
           Product: frameworks-kconfig
           Version: 5.67.0
          Platform: Other
                OS: Linux
            Status: REPORTED
          Severity: normal
          Priority: NOR
         Component: general
          Assignee: matt...@mjdsystems.ca
          Reporter: aa...@kde.org
                CC: kdelibs-b...@kde.org
  Target Milestone: ---

Patch kconfig with this

diff --git a/autotests/kconfig_compiler/test13.kcfg
b/autotests/kconfig_compiler/test13.kcfg
index cf78c70..8224db4 100644
--- a/autotests/kconfig_compiler/test13.kcfg
+++ b/autotests/kconfig_compiler/test13.kcfg
@@ -8,5 +8,10 @@
     <entry name="picturesDir" type="Url" />
     <entry name="brightness" type="double" />
     <entry name="StartsWithUppercase" type="bool" />
+    <entry key="SlidesAdvanceTime" type="UInt" >
+        <default>5</default>
+        <min>1</min>
+        <max>3600</max>
+    </entry>
   </group>
 </kcfg>
diff --git a/autotests/kconfig_compiler/test13.kcfgc
b/autotests/kconfig_compiler/test13.kcfgc
index a0c3c13..27903f6 100644
--- a/autotests/kconfig_compiler/test13.kcfgc
+++ b/autotests/kconfig_compiler/test13.kcfgc
@@ -1,4 +1,4 @@
 ClassName=Test13
 GenerateProperties=true
-Mutators=brightness
+Mutators=true
 File=test13.kcfg


Run make, see how it fails to compile

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to