summaryrefslogtreecommitdiffstats
path: root/tools/qmake/mkspecs/features/gyp_generator.prf
diff options
context:
space:
mode:
Diffstat (limited to 'tools/qmake/mkspecs/features/gyp_generator.prf')
-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'," \