diff options
author | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2018-07-25 06:43:00 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-25 06:43:00 +0900 |
commit | 61e0c0401afe937698c65903e6b43f1c78518f8d (patch) | |
tree | 93423aad8a1f868bafdc881be0eb7b818fa05eb6 | |
parent | cbb8c1bf4e33639d8a00341021542de99bd6bce2 (diff) | |
parent | f36f50e9b0e652cd20b2ffee32a3dbe8460de9a3 (diff) | |
download | libquotient-61e0c0401afe937698c65903e6b43f1c78518f8d.tar.gz libquotient-61e0c0401afe937698c65903e6b43f1c78518f8d.zip |
Merge pull request #225 from encombhat/master
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) |