Quantcast
Channel: Qt DevNet forums: Installation and Deployment
Viewing all articles
Browse latest Browse all 2113

Deploying Qt5 for cross compiling under Linux for Windows

$
0
0
How deploy Qt5 for cross compiling under Linux for Windows? I tried to do so: ./configure -xplatform win32-g++ -prefix /opt/qt5win32 -device-option CROSS_COMPILE=i686-w64-mingw32- -nomake examples -nomake tools -continue  -qt-sql-sqlite but as a result of this error pops up here: fatal error: windows.h: No such file or directory

Viewing all articles
Browse latest Browse all 2113

Trending Articles