diff options
author | Alexander Lohnau <alexander.lohnau@gmx.de> | 2021-10-13 15:43:32 +0200 |
---|---|---|
committer | Alexander Lohnau <alexander.lohnau@gmx.de> | 2021-10-15 08:27:51 +0200 |
commit | 5bc393b0615020d8e04ebed13364d3ab7a21d856 (patch) | |
tree | 84c1ba244cba3beed37f281f2d7d217789a35426 /src/core | |
parent | 9b134d6354089920d22c8de783093120c44cfb36 (diff) | |
download | kconfig-5bc393b0615020d8e04ebed13364d3ab7a21d856.tar.gz kconfig-5bc393b0615020d8e04ebed13364d3ab7a21d856.tar.bz2 |
Exclude new enum-overload from python bindings build
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt index 4e85142e..6c242253 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt @@ -81,7 +81,6 @@ if (PythonModuleGeneration_FOUND) SIP_DEPENDS QtCore/QtCoremod.sip HEADERS - kauthorized.h kconfig.h kconfigbase.h kconfiggroup.h |