Can desktop kit in qt for android be used for opencv desktop development
-
It is not really clear what you want to do.
Do you want to develop with OpenCV AND Qt? Or only OpenCV?
If you want to use Qt then you need Qt for MinGW.
You should be able to use OpenCV with MinGW.Note: you cannot use MinGW with Qt for Android as it requires a different compiler (from NDK).
-
Hello,
Thanks for the reply.
I want to develop with opencv and qt for windows. I already have downloaded qt for android (5.6) in windows, which comes with mingw compiler for windows desktop. So my question is whether i can use the same to develop opencv with qt for windows desktop.
I want to avoid downloading qt for windows using mingw(more than 1 gb size) if other one works fine.Thanks
Amal -
Why did you install Qt for Android if you want to develop for Windows?
You need to install Qt for MinGW.
If you do not plan to develop for Android you can remove Qt for Android to safe space.MinGW cannot be used with Qt for Android. For Android you need the compiler from Android NDK (you have to install it separately). MinGW is a Windows port of gcc and generates Windows binaries.