aboutsummaryrefslogtreecommitdiff
path: root/qmc-example.pro
diff options
context:
space:
mode:
authorKitsune Ral <Kitsune-Ral@users.sf.net>2018-07-25 06:43:00 +0900
committerGitHub <noreply@github.com>2018-07-25 06:43:00 +0900
commit61e0c0401afe937698c65903e6b43f1c78518f8d (patch)
tree93423aad8a1f868bafdc881be0eb7b818fa05eb6 /qmc-example.pro
parentcbb8c1bf4e33639d8a00341021542de99bd6bce2 (diff)
parentf36f50e9b0e652cd20b2ffee32a3dbe8460de9a3 (diff)
downloadlibquotient-61e0c0401afe937698c65903e6b43f1c78518f8d.tar.gz
libquotient-61e0c0401afe937698c65903e6b43f1c78518f8d.zip
Merge pull request #225 from encombhat/master
Fix compilation issue of qmc-example.
Diffstat (limited to 'qmc-example.pro')
-rw-r--r--qmc-example.pro2
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)