From 34faa56649f04fafd6ace276ba186070f41901be Mon Sep 17 00:00:00 2001 From: Kitsune Ral Date: Fri, 20 Oct 2017 20:16:23 +0900 Subject: Better support of qmake qmc-example.pro added; better CONFIG for libqmatrixclient; refreshed files list. Closes #104 --- qmc-example.pro | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 qmc-example.pro (limited to 'qmc-example.pro') diff --git a/qmc-example.pro b/qmc-example.pro new file mode 100644 index 00000000..4dc3fed1 --- /dev/null +++ b/qmc-example.pro @@ -0,0 +1,7 @@ +TEMPLATE = app + +windows { CONFIG += console } + +include(libqmatrixclient.pri) + +SOURCES += examples/qmc-example.cpp -- cgit v1.2.3