summaryrefslogtreecommitdiffstats
path: root/src/core/core_module.pro
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@theqtcompany.com>2016-01-04 16:52:26 +0100
committerAllan Sandfeld Jensen <allan.jensen@theqtcompany.com>2016-01-06 11:32:54 +0000
commitd18b3e7c3b3cb1baa20c8fcc53038a91c8fa40af (patch)
tree41cc1a051fe3c92acc0eac4eb32901492d690d80 /src/core/core_module.pro
parentcbba64c5976e69e84c03ddcc2aea260e13307add (diff)
Install qtwebengine resources in a sub-directory
Moves the qtwebengine resource files to a resource sub-directory so they are not installed in the prefix-root. At the same time the search of them is improved, so application developers can install them in the application dir, even if the prefix dir exists. Change-Id: If64f16ae6ee924c66fb0a0b024bca2caa6400ee3 Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com> Reviewed-by: Kai Koehne <kai.koehne@theqtcompany.com>
Diffstat (limited to 'src/core/core_module.pro')
-rw-r--r--src/core/core_module.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/core_module.pro b/src/core/core_module.pro
index 68d46cd5a..3ad041d74 100644
--- a/src/core/core_module.pro
+++ b/src/core/core_module.pro
@@ -70,7 +70,7 @@ icu.files = $$OUT_PWD/$$getConfigDir()/icudtl.dat
locales.CONFIG += no_check_exist
locales.path = $$[QT_INSTALL_TRANSLATIONS]/qtwebengine_locales
resources.CONFIG += no_check_exist
- resources.path = $$[QT_INSTALL_DATA]
+ resources.path = $$[QT_INSTALL_DATA]/resources
icu.CONFIG += no_check_exist
icu.path = $$[QT_INSTALL_DATA]
INSTALLS += icu locales resources