mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 06:37:27 +02:00
Corrected back to interface
This commit is contained in:
parent
20c52e4104
commit
c0519c5a64
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ message(STATUS "____________________")
|
||||||
install(CODE "
|
install(CODE "
|
||||||
execute_process(COMMAND ${MACDEPLOYQT_COMMAND}\
|
execute_process(COMMAND ${MACDEPLOYQT_COMMAND}\
|
||||||
\${CMAKE_INSTALL_PREFIX}/${_NITPICK_INSTALL_PATH}/\
|
\${CMAKE_INSTALL_PREFIX}/${_NITPICK_INSTALL_PATH}/\
|
||||||
-verbose=2 -qmldir=${CMAKE_SOURCE_DIR}/nitpick/resources/qml/\
|
-verbose=2 -qmldir=${CMAKE_SOURCE_DIR}/interface/resources/qml/\
|
||||||
)"
|
)"
|
||||||
COMPONENT ${CLIENT_COMPONENT}
|
COMPONENT ${CLIENT_COMPONENT}
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue