mirror of
https://github.com/lubosz/overte.git
synced 2025-04-18 04:18:17 +02:00
remove debug message in fixup_interface macro
This commit is contained in:
parent
55886d43f5
commit
86facc15d1
1 changed files with 0 additions and 2 deletions
|
@ -16,8 +16,6 @@ macro(fixup_interface)
|
|||
string(REPLACE " " "\\ " ESCAPED_INSTALL_PATH ${INTERFACE_INSTALL_DIR})
|
||||
set(_INTERFACE_INSTALL_PATH "${ESCAPED_INSTALL_PATH}/${ESCAPED_BUNDLE_NAME}.app")
|
||||
|
||||
message(${_INTERFACE_INSTALL_PATH})
|
||||
|
||||
# install QtWebProcess from Qt to the application bundle
|
||||
# since it is missed by macdeployqt
|
||||
# https://bugreports.qt.io/browse/QTBUG-35211
|
||||
|
|
Loading…
Reference in a new issue