diff options
author | Black Hat <bhat@encom.eu.org> | 2018-07-24 21:46:51 +0800 |
---|---|---|
committer | Black Hat <bhat@encom.eu.org> | 2018-07-24 21:46:51 +0800 |
commit | f36f50e9b0e652cd20b2ffee32a3dbe8460de9a3 (patch) | |
tree | 93423aad8a1f868bafdc881be0eb7b818fa05eb6 | |
parent | cbb8c1bf4e33639d8a00341021542de99bd6bce2 (diff) | |
download | libquotient-f36f50e9b0e652cd20b2ffee32a3dbe8460de9a3.tar.gz libquotient-f36f50e9b0e652cd20b2ffee32a3dbe8460de9a3.zip |
Fix compilation issue of qmc-example.
-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) |