mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-29 19:22:57 +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})
|
string(REPLACE " " "\\ " ESCAPED_INSTALL_PATH ${INTERFACE_INSTALL_DIR})
|
||||||
set(_INTERFACE_INSTALL_PATH "${ESCAPED_INSTALL_PATH}/${ESCAPED_BUNDLE_NAME}.app")
|
set(_INTERFACE_INSTALL_PATH "${ESCAPED_INSTALL_PATH}/${ESCAPED_BUNDLE_NAME}.app")
|
||||||
|
|
||||||
message(${_INTERFACE_INSTALL_PATH})
|
|
||||||
|
|
||||||
# install QtWebProcess from Qt to the application bundle
|
# install QtWebProcess from Qt to the application bundle
|
||||||
# since it is missed by macdeployqt
|
# since it is missed by macdeployqt
|
||||||
# https://bugreports.qt.io/browse/QTBUG-35211
|
# https://bugreports.qt.io/browse/QTBUG-35211
|
||||||
|
|
Loading…
Reference in a new issue