diff options
author | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2017-10-20 20:16:23 +0900 |
---|---|---|
committer | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2017-10-20 23:50:48 +0900 |
commit | 34faa56649f04fafd6ace276ba186070f41901be (patch) | |
tree | 327042344f96b383950a639b0db008522a69f16e /libqmatrixclient.pri | |
parent | 514fa7512ea23691f7ae7e23257e752a0b758b50 (diff) | |
download | libquotient-34faa56649f04fafd6ace276ba186070f41901be.tar.gz libquotient-34faa56649f04fafd6ace276ba186070f41901be.zip |
Better support of qmake
qmc-example.pro added; better CONFIG for libqmatrixclient; refreshed files list. Closes #104
Diffstat (limited to 'libqmatrixclient.pri')
-rw-r--r-- | libqmatrixclient.pri | 4 |
1 files changed, 2 insertions, 2 deletions
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 \ |