Inform user that a non-prefix build can't be used on other machines
This implies that using tools like windeployqt and macdeployqt will not generate a working standalone application. Change-Id: I002cf6e527e479ccbee2f18df8766648196d6232 Reviewed-by: Andy Shaw <andy.shaw@qt.io> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io>bb10
parent
1b1686d194
commit
91e5c7e1da
|
|
@ -1874,6 +1874,7 @@ pfx = $$[QT_INSTALL_PREFIX]
|
|||
equals(pfx, $$[QT_INSTALL_PREFIX/get]) {
|
||||
logn("Once everything is built, Qt is installed.")
|
||||
logn("You should NOT run '$$QMAKE_MAKE_NAME install'.")
|
||||
logn("Note that this build cannot be deployed to other machines or devices.")
|
||||
} else {
|
||||
logn("Once everything is built, you must run '$$QMAKE_MAKE_NAME install'.")
|
||||
logn("Qt will be installed into '$$system_path($$pfx)'.")
|
||||
|
|
|
|||
Loading…
Reference in New Issue