diff options
Diffstat (limited to 'common.pri')
-rw-r--r-- | common.pri | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/common.pri b/common.pri deleted file mode 100644 index e6973f4..0000000 --- a/common.pri +++ /dev/null @@ -1,12 +0,0 @@ -# common project include file for JavaScriptCore and WebCore - -contains(JAVASCRIPTCORE_JIT,yes): DEFINES+=ENABLE_JIT=1 -contains(JAVASCRIPTCORE_JIT,no): DEFINES+=ENABLE_JIT=0 - -linux-g++ { -isEmpty($$(SBOX_DPKG_INST_ARCH)):exists(/usr/bin/ld.gold) { - message(Using gold linker) - QMAKE_LFLAGS+=-fuse-ld=gold -} -} - |