summaryrefslogtreecommitdiff
path: root/Source/JavaScriptCore/LLIntOffsetsExtractor.pro
diff options
context:
space:
mode:
Diffstat (limited to 'Source/JavaScriptCore/LLIntOffsetsExtractor.pro')
-rw-r--r--Source/JavaScriptCore/LLIntOffsetsExtractor.pro7
1 files changed, 6 insertions, 1 deletions
diff --git a/Source/JavaScriptCore/LLIntOffsetsExtractor.pro b/Source/JavaScriptCore/LLIntOffsetsExtractor.pro
index 9cbc4248d..1fc6c1d7c 100644
--- a/Source/JavaScriptCore/LLIntOffsetsExtractor.pro
+++ b/Source/JavaScriptCore/LLIntOffsetsExtractor.pro
@@ -13,7 +13,12 @@ debug_and_release {
CONFIG += build_all
}
-QT = core # Needed for qglobal.h
+# Don't try to link against any Qt libraries, but at least
+# pull in include paths as we include qglobal.h.
+INCLUDEPATH += $$QT.core.includes
+CONFIG += console
+CONFIG -= qt
+LIBS =
defineTest(addIncludePaths) {
# Just needed for include paths