summaryrefslogtreecommitdiffstats
path: root/tools/qmake
diff options
context:
space:
mode:
authorPierre Rossi <pierre.rossi@digia.com>2013-11-29 17:00:01 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-12-03 11:57:56 +0100
commit87dab59e8e56b47e7a35078a14a87e0f9355af05 (patch)
tree5761376fddbee6da45e0efab37cdfaef4f0e0f69 /tools/qmake
parent3e635f23d06a622db23c7d3e99cae574735534d9 (diff)
Use the process we install to libexec
Via QLibraryInfo. Also pick the name from qmake, and drop the hardcoded value. Add better error reporting when this fails. Change-Id: I44891a16f079b6c3c334f7f2bafa9edc0b4d69e4 Reviewed-by: Andras Becsi <andras.becsi@digia.com>
Diffstat (limited to 'tools/qmake')
-rw-r--r--tools/qmake/mkspecs/features/gyp_generator.prf14
1 files changed, 0 insertions, 14 deletions
diff --git a/tools/qmake/mkspecs/features/gyp_generator.prf b/tools/qmake/mkspecs/features/gyp_generator.prf
index 6ae886a33..e41b2de50 100644
--- a/tools/qmake/mkspecs/features/gyp_generator.prf
+++ b/tools/qmake/mkspecs/features/gyp_generator.prf
@@ -119,20 +119,6 @@ GYP_CONTENTS += " ]," \
for (define, DEFINES): GYP_CONTENTS += " '$$define',"
GYP_CONTENTS += " ],"
}
-!isEmpty(PER_CONFIG_DEFINES) {
- GYP_CONTENTS += " 'configurations': {"\
- " 'Release': {" \
- " 'defines': ["
- for (define, PER_CONFIG_DEFINES): GYP_CONTENTS += " '$$replace(define,%config,Release)',"
- GYP_CONTENTS += " ]," \
- " }," \
- " 'Debug': {" \
- " 'defines': ["
- for (define, PER_CONFIG_DEFINES): GYP_CONTENTS += " '$$replace(define,%config,Debug)',"
- GYP_CONTENTS += " ]," \
- " }," \
- " },"
-}
!isEmpty(GYP_DYLIB_INSTALL_NAME_BASE) {
GYP_CONTENTS += " 'xcode_settings': {" \
" 'DYLIB_INSTALL_NAME_BASE': '$$GYP_DYLIB_INSTALL_NAME_BASE'," \