mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 15:33:10 +02:00
fix a typo in message for macdeployqt
This commit is contained in:
parent
e00481ddfb
commit
b099376193
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ macro(install_beside_console)
|
|||
|
||||
if (NOT MACDEPLOYQT_COMMAND AND (PRODUCTION_BUILD OR PR_BUILD))
|
||||
message(FATAL_ERROR "Could not find macdeployqt at ${QT_DIR}/bin.\
|
||||
It is required to produce an relocatable interface application.\
|
||||
It is required to produce a relocatable interface application.\
|
||||
Check that the environment variable QT_DIR points to your Qt installation.\
|
||||
")
|
||||
endif ()
|
||||
|
|
Loading…
Reference in a new issue