Details
-
Bug
-
Resolution: Out of scope
-
P2: Important
-
4.5.0
-
None
Description
If one attempts to build Qt in an out-of-source-tree manner, and using a custom mkspec not in the source tree, the configuration line is something like:
/tmp/qt-4.5.0/configure -platform ~/mkspec/linux-g++-mine ...
One expects the configure script to use the custom mkspec, no differently than a stock one. But configure won't support that. Alternately using "QMAKESPEC=$HOME/mkspec/linux-g++-mine" instead of "configure -platform" results in the same.
Attachments
Issue Links
- is required for
-
QTBUG-5350 Build system should support building using a device profile (mkspec) outside of the Qt source tree
-
- Closed
-