Building QtXlsxWriter with Qt using android kit
-
wrote on 25 Jan 2021, 08:30 last edited by ahsan737
Greetings,
I want to use "QtXlsxWriter" for my android application building using Qt. But I am not able to build the application because of the following error. However, the program runs fine for desktop kits as I've successfully installed the "QtXlsxWriter".
Please suggest the fix for this.
Project ERROR: Unknown module(s) in QT: xlsx
Qt Version: 5.13.1 Qt Creator: 4.10.0 android kit: Android for arm64-v8a (Clang Qt 5.13.1 for Android ARM64-v8a)
-
Hi,
Did you build and install that module for.Androïd ?
-
wrote on 26 Jan 2021, 00:16 last edited by ahsan737
Yes, I've followed the documented instructions (Usage 2). But it didn't work (the errors are mentioned above).
-
wrote on 26 Jan 2021, 15:45 last edited by
the issue gets resolved, I was mistakenly adding the
QT += xlsx
to qmake project file but it is not required.
3/4