Corrected back to interface

This commit is contained in:
NissimHadar 2019-01-17 11:15:45 -08:00
parent 20c52e4104
commit c0519c5a64

View file

@ -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}
)