Win32: Remove dependency to DbgHelp DLL
authorSimon Hausmann <simon.hausmann@digia.com>
Wed, 23 Oct 2013 09:49:19 +0000 (11:49 +0200)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Wed, 23 Oct 2013 09:57:12 +0000 (11:57 +0200)
This was used for natice stack trace determination, which is done
differently now.

Change-Id: Id983f2bf6805aaf3f7081a16196268be88c98951
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
src/qml/jsruntime/jsruntime.pri

index e2880c0..cde26c3 100644 (file)
@@ -135,8 +135,4 @@ valgrind {
 
 ios: DEFINES += ENABLE_ASSEMBLER_WX_EXCLUSIVE=1
 
-win32:!wince* {
-    LIBS_PRIVATE += -lDbgHelp
-}
-
 include(../../3rdparty/double-conversion/double-conversion.pri)