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 --- libqmatrixclient.pri | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libqmatrixclient.pri') diff --git a/libqmatrixclient.pri b/libqmatrixclient.pri index dcdf1709..e974bda2 100644 --- a/libqmatrixclient.pri +++ b/libqmatrixclient.pri @@ -1,5 +1,5 @@ QT += network -CONFIG += c++11 +CONFIG += c++11 warn_on rtti_off INCLUDEPATH += $$PWD @@ -8,7 +8,7 @@ HEADERS += \ $$PWD/connection.h \ $$PWD/room.h \ $$PWD/user.h \ - $$PWD/state.h \ + $$PWD/util.h \ $$PWD/events/event.h \ $$PWD/events/roommessageevent.h \ $$PWD/events/roomnameevent.h \ -- cgit v1.2.3