diff options
Diffstat (limited to 'qmc-example.pro')
-rw-r--r-- | qmc-example.pro | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/qmc-example.pro b/qmc-example.pro index 0c8bda22..b060bab1 100644 --- a/qmc-example.pro +++ b/qmc-example.pro @@ -1,5 +1,7 @@ TEMPLATE = app +CONFIG += object_parallel_to_source + windows { CONFIG += console } include(libqmatrixclient.pri) |