From f36f50e9b0e652cd20b2ffee32a3dbe8460de9a3 Mon Sep 17 00:00:00 2001 From: Black Hat Date: Tue, 24 Jul 2018 21:46:51 +0800 Subject: Fix compilation issue of qmc-example. --- qmc-example.pro | 2 ++ 1 file changed, 2 insertions(+) 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) -- cgit v1.2.3