Project ERROR: Unknown module(s) in QT: charts
-
wrote on 14 Feb 2025, 10:29 last edited by
I am trying to build my project in Qt Creator for Android, but I am encountering the error: Unknown module(s) in QT: charts. I have already installed Qt Charts using the Qt Maintenance Tool and added QT += charts to my .pro file. The project builds and runs fine for the Desktop Kit, but when I try to build it for Android, this error appears. I have ensured that my Android SDK, NDK, JDK, and Gradle are installed and correctly configured. My selected Qt version is (mention your Qt version, e.g., Qt 5.15.2), and I am using (mention the Android kit, e.g., Android Qt 5.15.2 Clang Multi-Abi). I have tried cleaning the build, deleting the build- folder, and re-running qmake, but the issue persists. I would like to know how to check if Qt Charts is available for my Android Kit and whether additional steps are needed to make it work. Any help would be appreciated!.
-
I am trying to build my project in Qt Creator for Android, but I am encountering the error: Unknown module(s) in QT: charts. I have already installed Qt Charts using the Qt Maintenance Tool and added QT += charts to my .pro file. The project builds and runs fine for the Desktop Kit, but when I try to build it for Android, this error appears. I have ensured that my Android SDK, NDK, JDK, and Gradle are installed and correctly configured. My selected Qt version is (mention your Qt version, e.g., Qt 5.15.2), and I am using (mention the Android kit, e.g., Android Qt 5.15.2 Clang Multi-Abi). I have tried cleaning the build, deleting the build- folder, and re-running qmake, but the issue persists. I would like to know how to check if Qt Charts is available for my Android Kit and whether additional steps are needed to make it work. Any help would be appreciated!.
@InsideFPV said in Project ERROR: Unknown module(s) in QT: charts:
I have already installed Qt Charts using the Qt Maintenance Tool
Also for Android Qt?
-
wrote on 14 Feb 2025, 10:56 last edited byThis post is deleted!
-
@InsideFPV said in Project ERROR: Unknown module(s) in QT: charts:
I have already installed Qt Charts using the Qt Maintenance Tool
Also for Android Qt?
-
I am trying to build my project in Qt Creator for Android, but I am encountering the error: Unknown module(s) in QT: charts. I have already installed Qt Charts using the Qt Maintenance Tool and added QT += charts to my .pro file. The project builds and runs fine for the Desktop Kit, but when I try to build it for Android, this error appears. I have ensured that my Android SDK, NDK, JDK, and Gradle are installed and correctly configured. My selected Qt version is (mention your Qt version, e.g., Qt 5.15.2), and I am using (mention the Android kit, e.g., Android Qt 5.15.2 Clang Multi-Abi). I have tried cleaning the build, deleting the build- folder, and re-running qmake, but the issue persists. I would like to know how to check if Qt Charts is available for my Android Kit and whether additional steps are needed to make it work. Any help would be appreciated!.
wrote on 24 Feb 2025, 15:17 last edited by@InsideFPV Hi, did you check the modules QtCharts at this location: Qt\5.15.2\android\include?