diff options
Diffstat (limited to 'Source/JavaScriptCore')
-rw-r--r-- | Source/JavaScriptCore/LLIntOffsetsExtractor.pro | 2 | ||||
-rw-r--r-- | Source/JavaScriptCore/jsc.pro | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/Source/JavaScriptCore/LLIntOffsetsExtractor.pro b/Source/JavaScriptCore/LLIntOffsetsExtractor.pro index e522053d7..1d13d30e9 100644 --- a/Source/JavaScriptCore/LLIntOffsetsExtractor.pro +++ b/Source/JavaScriptCore/LLIntOffsetsExtractor.pro @@ -62,7 +62,7 @@ macx { DESTDIR = $$targetSubDir() llint.output = $$targetSubDir()/$$llint.output INCLUDEPATH += $$targetSubDir() - contains(QT_CONFIG, qt_framework) { + qtConfig(framework) { # Add framework headers directly to make #include <qglobal.h> work INCLUDEPATH += $$QT.core.libs/QtCore.framework/Headers # Extend framework search path to make #include <QtCore/qconfig.h> work diff --git a/Source/JavaScriptCore/jsc.pro b/Source/JavaScriptCore/jsc.pro index 4efe024d6..77dc4414b 100644 --- a/Source/JavaScriptCore/jsc.pro +++ b/Source/JavaScriptCore/jsc.pro @@ -28,6 +28,6 @@ wince* { } # Prevent warnings about difference in visibility on Mac OS X -contains(QT_CONFIG, reduce_exports):CONFIG += hide_symbols -unix:contains(QT_CONFIG, reduce_relocations):CONFIG += bsymbolic_functions +qtConfig(reduce_exports):CONFIG += hide_symbols +unix:qtConfig(reduce_relocations):CONFIG += bsymbolic_functions |