Shared library with Qmake for Android
Unsolved
Mobile and Embedded
-
I developed a android application and would like to add native code in it using qt-creator and qt framework
I tried to simply add my sources files but get Fatal error: QObject: No such file or directory.
So I asked myself if I could use qmake to generate a shared library usable on Android?
Thks in advance
-
Is your Android app an Java or C++ app?