c23a086e4f
This separation makes it possible to make a canadian cross build of Qt on a linux build machine. The canadian cross build requires an external Qt that runs on the build system. Change-Id: Ifd83a4c6376d3299647e74bb349a3452a6f433fc Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
12 lines
231 B
INI
12 lines
231 B
INI
option(host_build)
|
|
TEMPLATE = aux
|
|
|
|
# qmake documentation
|
|
QMAKE_DOCS = $$PWD/doc/qmake.qdocconf
|
|
|
|
# qmake binary
|
|
win32: EXTENSION = .exe
|
|
qmake.path = $$[QT_HOST_BINS]
|
|
qmake.files = $$OUT_PWD/../bin/qmake$$EXTENSION
|
|
INSTALLS += qmake
|