From cb164ba26731f5a55f1b9d37bc6c877afac2c80c Mon Sep 17 00:00:00 2001 From: Paul Ionkin Date: Tue, 16 Dec 2014 12:11:22 +0100 Subject: [PATCH] Build MEGALogger in debug builds --- Source/MEGA.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/MEGA.pro b/Source/MEGA.pro index f765b859e7..827207da04 100644 --- a/Source/MEGA.pro +++ b/Source/MEGA.pro @@ -2,7 +2,7 @@ TEMPLATE = subdirs SUBDIRS += MEGASync -debug { +CONFIG(debug, debug|release) { SUBDIRS += MEGALogger }