set(ASSETS
    "${ASSET_PATH}/crop-handle@20.png"
    "${ASSET_PATH}/edit_crop@27.png"
    "${ASSET_PATH}/edit_exposure@27.png"
    "${ASSET_PATH}/edit_revert@27.png"
    "${ASSET_PATH}/edit_rotate_right@27.png"
)
file(GLOB QML_FILES *.qml *.js)
install(FILES ${QML_FILES} DESTINATION ${PLUGIN_DIR}/PhotoEditor)
install(FILES ${ASSETS} DESTINATION ${PLUGIN_DIR}/PhotoEditor/assets)
