Details
-
Bug
-
Resolution: Out of scope
-
Not Evaluated
-
None
-
5.2.1
-
None
-
./configure -v -opensource -confirm-license -xplatform win32-g++ -device-option CROSS_COMPILE=x86_64-w64-mingw32- -no-compile-examples && make
Description
When cross compiling for a windows target on a unix host, build of idc fails.
Reason: idc is a windows-only tool, it requires windows but in qtactiveqt/src/tools/idc/idc.pro the first line is:
option(host_build)
This line is wrong, please remove it!
So, idc must be built on the target (windows) platform, not on the host platform.
I removed this line, then successfully cross-compiled "qtactiveqt" on Ubuntu 13.10 Linux, but faild in directory test (so I ended up with option "-skip qtactiveqt").
Attachments
Issue Links
- resulted from
-
QTBUG-35275 "idc.exe foo_release.dll /idl foo_release.idl" crashes if qt.conf present with paths/prefix
- Closed