https://bugs.kde.org/show_bug.cgi?id=363052
Bug ID: 363052 Summary: while compiling with cmake ARM version of kconfig_compiler is executed instead of the one built for the host platform Product: frameworks-kconfig Version: unspecified Platform: Android OS: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: general Assignee: matt...@mjdsystems.ca Reporter: afedosk...@gmail.com CC: kdelibs-b...@kde.org I don't know whether this is a problem or a feature - When I compile my app for Android and use KConfig compiled for Android the ARM version of kconfig_compiler is executed to build options class. I had to change kconfig_compiler executable compiled for Android with the one compiled for my system to build options class. Can I somehow specify to CMake that I need kconfig_compiler built for my system, not Android one and at the same time use Android version of KConfig? Reproducible: Always Steps to Reproduce: 1. Compile KF5 for Android 2. Link KConfig in your CMakeText.txt Actual Results: While compiling the options class ARM version of kconfig_compiler will be called Expected Results: kconfig_compiler version for host platform should be called -- You are receiving this mail because: You are watching all bug changes.