Skip to content Skip to sidebar Skip to footer

Fatal Error: Qobject: No Such File Or Directory

I developed an android application using Android studio and now I would like to include a native part. So I start developing this part using Qt and now I would like to include sour

Solution 1:

I finally found my issue. My include path did not point to the great folder (the one containing the QObject header)

To fix it I used the include path flag with the ndk-build command

Post a Comment for "Fatal Error: Qobject: No Such File Or Directory"