aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKitsune Ral <Kitsune-Ral@users.sf.net>2017-10-27 14:43:58 +0300
committerKitsune Ral <Kitsune-Ral@users.sf.net>2017-10-27 14:43:58 +0300
commitc287d335da0d2ae6609dd090d45a89c6b8974af0 (patch)
tree8450808faa13030a2e033c5cde2408e0cd7d828d
parent0ce284eeca96ac92524a390837b551bebb5431cc (diff)
downloadlibquotient-c287d335da0d2ae6609dd090d45a89c6b8974af0.tar.gz
libquotient-c287d335da0d2ae6609dd090d45a89c6b8974af0.zip
Fixed building with qmake
-rw-r--r--libqmatrixclient.pri4
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 \