diff options
| -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 |
