From c287d335da0d2ae6609dd090d45a89c6b8974af0 Mon Sep 17 00:00:00 2001 From: Kitsune Ral Date: Fri, 27 Oct 2017 14:43:58 +0300 Subject: Fixed building with qmake --- libqmatrixclient.pri | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libqmatrixclient.pri') 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 \ -- cgit v1.2.3