diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-07-19 13:37:03 +0000 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-07-19 13:37:03 +0000 |
| commit | 89451bc349cffe4a05b751ebae33052a7a0dfb73 (patch) | |
| tree | 0d91590918523cd613d8c371484ba85f3d74c3a7 | |
| parent | 64cb07e38b24c7efc1279997b0b5aa13a6d3184c (diff) | |
| download | qxmpp-89451bc349cffe4a05b751ebae33052a7a0dfb73.tar.gz | |
be consistent, allow debug_and_release throughout the tree
| -rw-r--r-- | QXmppClient.pro | 2 | ||||
| -rw-r--r-- | example/example.pro | 1 |
2 files changed, 2 insertions, 1 deletions
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 |
