aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/jsruntime.pri
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@digia.com>2013-10-24 08:49:35 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-10-29 10:39:06 +0100
commitc4dcc327d96788d4d0cd91303b3f1270dd3efd0a (patch)
tree383b57195ee4e41621881a788611b2979d6c145e /src/qml/jsruntime/jsruntime.pri
parent25fbdfc66fa995bfe633b3c31d635045f7cf66dd (diff)
Cleanup: Remove now unused throwInternal() method
This method was throwing a C++ exception in the old exception handling and is not needed anymore. Change-Id: If67696cdbd260225ae60720a1035941fe7e1e650 Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
Diffstat (limited to 'src/qml/jsruntime/jsruntime.pri')
-rw-r--r--src/qml/jsruntime/jsruntime.pri25
1 files changed, 0 insertions, 25 deletions
diff --git a/src/qml/jsruntime/jsruntime.pri b/src/qml/jsruntime/jsruntime.pri
index cde26c323d..6310c27988 100644
--- a/src/qml/jsruntime/jsruntime.pri
+++ b/src/qml/jsruntime/jsruntime.pri
@@ -104,31 +104,6 @@ linux-g++*:isEqual(QT_ARCH,i386) {
QMAKE_CXXFLAGS += -march=pentium4 -msse2 -mfpmath=sse
}
-linux*|mac {
- LIBS += -ldl
-}
-
-!win32:!ios:!mac {
- *g++*:equals(QT_ARCH, "arm") {
- static_libgcc = $$system($$QMAKE_CXX -print-file-name=libgcc.a)
- LIBS += $$static_libgcc
- }
- SOURCES += $$PWD/qv4engine_cxxabi.cpp
- DEFINES += V4_CXX_ABI_EXCEPTION
-}
-
-debug-with-libunwind {
- UW_INC=$$(LIBUNWIND_INCLUDES)
- isEmpty(UW_INC): error("Please set LIBUNWIND_INCLUDES")
- INCLUDEPATH += $$UW_INC
- UW_LIBS=$$(LIBUNWIND_LIBS)
- isEmpty(UW_LIBS): error("Please set LIBUNWIND_LIBS")
- LIBS += -L$$UW_LIBS
- equals(QT_ARCH, arm): LIBS += -lunwind-arm
- LIBS += -lunwind-dwarf-common -lunwind-dwarf-local -lunwind-elf32 -lunwind
- DEFINES += WTF_USE_LIBUNWIND_DEBUG=1
-}
-
valgrind {
DEFINES += V4_USE_VALGRIND
}