aboutsummaryrefslogtreecommitdiffstats
path: root/src/app/app.pro
diff options
context:
space:
mode:
authorMarco Bubke <marco.bubke@nokia.com>2010-09-09 19:37:01 +0200
committerMarco Bubke <marco.bubke@nokia.com>2010-09-09 19:37:01 +0200
commit7aaaa750945cfd333404b20fa486e22bcb8dd732 (patch)
tree4cb72aa77b2656cb994d938a62e28f540205056f /src/app/app.pro
parent3e152fc8aa8e67126122607408f3501e1ff944f2 (diff)
Add breakpad
This is not activated if breakpad and qt-breakpad is not availiable.
Diffstat (limited to 'src/app/app.pro')
-rw-r--r--src/app/app.pro4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/app/app.pro b/src/app/app.pro
index cea4a3af60..f46135df84 100644
--- a/src/app/app.pro
+++ b/src/app/app.pro
@@ -9,6 +9,10 @@ SOURCES += main.cpp
include(../rpath.pri)
+QT_BREAKPAD_ROOT_PATH = $$(QT_BREAKPAD_ROOT_PATH)
+!isEmpty(QT_BREAKPAD_ROOT_PATH) {
+ include($$QT_BREAKPAD_ROOT_PATH/qtbreakpad.pri)
+}
win32 {
CONFIG(debug, debug|release):LIBS *= -lExtensionSystemd -lAggregationd
else:LIBS *= -lExtensionSystem -lAggregation