summaryrefslogtreecommitdiffstats
path: root/src/shared/shared.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/shared/shared.pro')
-rw-r--r--src/shared/shared.pro4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/shared/shared.pro b/src/shared/shared.pro
index eba654e5..1dece294 100644
--- a/src/shared/shared.pro
+++ b/src/shared/shared.pro
@@ -1,6 +1,8 @@
TEMPLATE = subdirs
-exists ($$(BREAKPAD_SOURCE_DIR)) {
+BREAKPAD_SOURCE_DIR = $$(BREAKPAD_SOURCE_DIR)
+
+!isEmpty(BREAKPAD_SOURCE_DIR):exists($$BREAKPAD_SOURCE_DIR) {
CONFIG += ordered
SUBDIRS += qt-breakpad
}