diff options
author | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2017-10-27 14:43:58 +0300 |
---|---|---|
committer | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2017-10-27 14:43:58 +0300 |
commit | c287d335da0d2ae6609dd090d45a89c6b8974af0 (patch) | |
tree | 8450808faa13030a2e033c5cde2408e0cd7d828d /libqmatrixclient.pri | |
parent | 0ce284eeca96ac92524a390837b551bebb5431cc (diff) | |
download | libquotient-c287d335da0d2ae6609dd090d45a89c6b8974af0.tar.gz libquotient-c287d335da0d2ae6609dd090d45a89c6b8974af0.zip |
Fixed building with qmake
Diffstat (limited to 'libqmatrixclient.pri')
-rw-r--r-- | libqmatrixclient.pri | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libqmatrixclient.pri b/libqmatrixclient.pri index e974bda2..9bcb911f 100644 --- a/libqmatrixclient.pri +++ b/libqmatrixclient.pri @@ -8,8 +8,10 @@ HEADERS += \ $$PWD/connection.h \ $$PWD/room.h \ $$PWD/user.h \ + $$PWD/avatar.h \ $$PWD/util.h \ $$PWD/events/event.h \ + $$PWD/events/eventcontent.h \ $$PWD/events/roommessageevent.h \ $$PWD/events/roomnameevent.h \ $$PWD/events/roomaliasesevent.h \ @@ -37,7 +39,9 @@ SOURCES += \ $$PWD/connection.cpp \ $$PWD/room.cpp \ $$PWD/user.cpp \ + $$PWD/avatar.cpp \ $$PWD/events/event.cpp \ + $$PWD/events/eventcontent.cpp \ $$PWD/events/roommessageevent.cpp \ $$PWD/events/roomnameevent.cpp \ $$PWD/events/roomaliasesevent.cpp \ |