mirror of
https://github.com/lubosz/overte.git
synced 2025-04-13 21:06:32 +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 "
|
||||
execute_process(COMMAND ${MACDEPLOYQT_COMMAND}\
|
||||
\${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}
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue