From 2517f3b8a726cc57501dee72a9dd860928ce8d1f Mon Sep 17 00:00:00 2001 From: Roland Winklmeier Date: Sat, 21 Sep 2013 15:33:25 +0200 Subject: [PATCH] Uncommented one line in client.pro again. I temporary commented it, since I didn't have the module in my current Qt build. --- client.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client.pro b/client.pro index 21094f539..d09e750ea 100644 --- a/client.pro +++ b/client.pro @@ -18,7 +18,7 @@ WITH_SAMPLES = ON equals(WITH_BLACKMISC, ON) { SUBDIRS += src/blackmisc - #SUBDIRS += src/blackmisc_cpp2xml + SUBDIRS += src/blackmisc_cpp2xml } equals(WITH_BLACKCORE, ON) {