From 89451bc349cffe4a05b751ebae33052a7a0dfb73 Mon Sep 17 00:00:00 2001 From: Jeremy Lainé Date: Mon, 19 Jul 2010 13:37:03 +0000 Subject: be consistent, allow debug_and_release throughout the tree --- QXmppClient.pro | 2 +- example/example.pro | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/QXmppClient.pro b/QXmppClient.pro index 5f84f74a..98a857c8 100644 --- a/QXmppClient.pro +++ b/QXmppClient.pro @@ -3,4 +3,4 @@ TEMPLATE = subdirs SUBDIRS = source \ example -CONFIG += ordered +CONFIG += ordered debug_and_release diff --git a/example/example.pro b/example/example.pro index e6b3e1ba..6c94f49d 100644 --- a/example/example.pro +++ b/example/example.pro @@ -8,3 +8,4 @@ SUBDIRS = example_0_connected\ example_6_rpcClient\ example_7_archiveHandling +CONFIG += debug_and_release -- cgit v1.2.3