summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/core/api/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/api/CMakeLists.txt b/src/core/api/CMakeLists.txt
index 192afd01b..7f0380216 100644
--- a/src/core/api/CMakeLists.txt
+++ b/src/core/api/CMakeLists.txt
@@ -129,11 +129,11 @@ if(QT_FEATURE_framework)
add_custom_target(generate_resources_${config} DEPENDS ${allResourceFiles})
else()
install(FILES ${localeFiles}
- DESTINATION translations/qtwebengine_locales
+ DESTINATION ${INSTALL_TRANSLATIONSDIR}/qtwebengine_locales
CONFIGURATIONS ${config}
)
install(FILES ${resourceFiles}
- DESTINATION resources
+ DESTINATION ${INSTALL_DATADIR}/resources
CONFIGURATIONS ${config}
)
if(NOT QT_WILL_INSTALL)