[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[vidalia-svn] r3854: We won't need the Breakpad library to upload the minidump, b (vidalia/branches/breakpad/src/crashreporter)
Author: edmanm
Date: 2009-06-15 01:34:12 -0400 (Mon, 15 Jun 2009)
New Revision: 3854
Modified:
vidalia/branches/breakpad/src/crashreporter/CMakeLists.txt
Log:
We won't need the Breakpad library to upload the minidump, but we will
need the Qt network library.
Modified: vidalia/branches/breakpad/src/crashreporter/CMakeLists.txt
===================================================================
--- vidalia/branches/breakpad/src/crashreporter/CMakeLists.txt 2009-06-15 05:22:36 UTC (rev 3853)
+++ vidalia/branches/breakpad/src/crashreporter/CMakeLists.txt 2009-06-15 05:34:12 UTC (rev 3854)
@@ -51,7 +51,7 @@
target_link_libraries(crashreporter
${QT_QTCORE_LIBRARY}
${QT_QTGUI_LIBRARY}
- ${BREAKPAD_LIBRARIES}
+ ${QT_QTNETWORK_LIBRARY}
)
if (WIN32)
target_link_libraries(crashreporter