This website requires JavaScript.
ReeceSX
Explore
Aurora
Register
Sign In
AuroraMiddleware
/
qt5base-lts
Watch
1
Star
0
Fork
0
You've already forked qt5base-lts
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
2304acab5f
qt5base-lts
/
bin
/
qmake-wrapper-for-target.bat.in
3 lines
71 B
Batchfile
Raw
Normal View
History
Unescape
Escape
CMake: Support cross-compilation with qmake When cross-compiling, we now create a target_qt.conf file that's to be used with the host Qt's qmake. With "qmake -qtconf .../target_qt.conf" projects can be cross-built against the cross-built Qt. We also create wrapper scripts for the host qmake to save the user from passing the -qtconf argument. Fixes: QTBUG-82581 Change-Id: Ib5866e7e820369efea9eb3171e3e3e3ca5c0c3c1 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
2020-06-18 08:07:22 +00:00
@
echo
off
CMake: Put the -qtconf argument in front in the qmake wrapper For QMake's -install argument it's necessary to have -qtconf in front. Task-number: QTBUG-87801 Change-Id: I042acdd143972cc4065660035b02678db891157f Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
2020-10-23 08:52:22 +00:00
@
host_qt_bindir@\qmake.exe -qtconf
"
%~dp0
\target_qt.conf
"
%*
Reference in New Issue
Copy Permalink