summaryrefslogtreecommitdiffstats
path: root/src/core/core.pro
diff options
context:
space:
mode:
authorPierre Rossi <pierre.rossi@digia.com>2013-12-04 18:27:24 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-12-05 14:16:08 +0100
commit8e0283cb450746cba967bf2d78b2d627e9202fe6 (patch)
tree19f879cc0ff80f77a55a30faa481d1406bb5d2ce /src/core/core.pro
parent0331220e19c396a5a96797fddf9fe848d02f46a4 (diff)
Use files for install instead of extra
We need to add the no_check_exist value in order for qmake to just accept that those files will eventually exist. This has the benefits of not messing with $(INSTALL_ROOT) and also stripping the library, which could prove useful. Change-Id: I43c230f185420ba92ff8e86f49b4e838ca5dd917 Reviewed-by: Andras Becsi <andras.becsi@digia.com>
Diffstat (limited to 'src/core/core.pro')
-rw-r--r--src/core/core.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/core.pro b/src/core/core.pro
index 273f2b7e7..bd228c20a 100644
--- a/src/core/core.pro
+++ b/src/core/core.pro
@@ -22,8 +22,10 @@ SUBDIRS += core_gyp_generator \
REPACK_DIR = $$getOutDir()/$$getConfigDir()/gen/repack
locales.files = $$REPACK_DIR/qtwebengine_locales
+locales.CONFIG += no_check_exist
locales.path = $$[QT_INSTALL_TRANSLATIONS]
resources.files = $$REPACK_DIR/qtwebengine_resources.pak
+resources.CONFIG += no_check_exist
resources.path = $$[QT_INSTALL_DATA]
INSTALLS += locales resources