tcanabrava created this revision. Herald added a project: Frameworks. Herald added a subscriber: kde-frameworks-devel. tcanabrava requested review of this revision.
REVISION SUMMARY This reverts commit 5f8c2ce63499d05dfb4753eb1acc21dccf21d434 <https://phabricator.kde.org/R237:5f8c2ce63499d05dfb4753eb1acc21dccf21d434>. Add Reference files for Broken KDevelop Configuration Fix generating of empty configuration files This seems a broken design and I'm keeping here just for compatibility with KF5 - but this should be removed on KF6. With this patch the generator will generate *empty* classes for configuration files without entries. By empty I mean that there will be no entries managed but everything else will still be there: constructor, d-pointer, static methods, etc. Not proud of this. REPOSITORY R237 KConfig BRANCH rework_kconfig_compiler REVISION DETAIL https://phabricator.kde.org/D26768 AFFECTED FILES autotests/kconfig_compiler/CMakeLists.txt autotests/kconfig_compiler/kconfigcompiler_test.cpp autotests/kconfig_compiler/test1.h.ref autotests/kconfig_compiler/test10.h.ref autotests/kconfig_compiler/test11.h.ref autotests/kconfig_compiler/test11a.h.ref autotests/kconfig_compiler/test12.h.ref autotests/kconfig_compiler/test13.h.ref autotests/kconfig_compiler/test9.h.ref autotests/kconfig_compiler/test_dpointer.cpp.ref autotests/kconfig_compiler/test_emptyentries.cpp.ref autotests/kconfig_compiler/test_emptyentries.h.ref autotests/kconfig_compiler/test_emptyentries.kcfg autotests/kconfig_compiler/test_emptyentries.kcfgc autotests/kconfig_compiler/test_emptyentries_main.cpp autotests/kconfig_compiler/test_translation_kde.h.ref autotests/kconfig_compiler/test_translation_kde_domain.h.ref autotests/kconfig_compiler/test_translation_qt.h.ref autotests/kconfigtest.h src/kconfig_compiler/CMakeLists.txt src/kconfig_compiler/KCFGXmlParser.cpp src/kconfig_compiler/KCFGXmlParser.h src/kconfig_compiler/KConfigCodeGeneratorBase.cpp src/kconfig_compiler/KConfigCodeGeneratorBase.h src/kconfig_compiler/KConfigCommonStructs.h src/kconfig_compiler/KConfigHeaderGenerator.cpp src/kconfig_compiler/KConfigHeaderGenerator.h src/kconfig_compiler/KConfigSourceGenerator.cpp src/kconfig_compiler/KConfigSourceGenerator.h src/kconfig_compiler/KConfigXTParameters.cpp src/kconfig_compiler/KConfigXTParameters.h src/kconfig_compiler/kconfig_compiler.cpp To: tcanabrava Cc: kde-frameworks-devel, LeGast00n, GB_2, michaelh, ngraham, bruns