OpenCV project from Linux to .exe
Solved
General and Desktop
-
@Edwin I don't think it is possible to crosscompile from Linux to Windows.
However, you can have your Qt application running with OpenCV on Linux.
Then from the very same source (considering you define properly the include path and libs according to the OS in the .pro file) be able to compile it (and hopefully) run it from Windows. -
If QtCreator is not necessary I recommend
- VS2013 https://www.visualstudio.com/en-us/news/vs2013-community-vs.aspx
- QtPlugin http://download.qt.io/official_releases/vsaddin/qt-vs-addin-1.2.4-opensource.exe.mirrorlist
- Ceemple's OpenCV http://www.ceemple.com/ceemple-opencv-visual-studio/
Thats how i got it (i mean OCV+Qt) working @ windows
-
Hi,
Just a quick note, yes you can cross-compile from Linux to Windows using the MinGW cross-compiler, provided that you don't use anything Windows specific and that you also cross-compiled the dependencies of your application.
-
Use the "Topic Tool" button :)