aboutsummaryrefslogtreecommitdiff
path: root/libqmatrixclient.pri
diff options
context:
space:
mode:
authorKitsune Ral <Kitsune-Ral@users.sf.net>2018-03-31 13:20:52 +0900
committerKitsune Ral <Kitsune-Ral@users.sf.net>2018-03-31 13:20:52 +0900
commit44764f015f25db307811f2969c117b37133fc676 (patch)
treee3d1a5c79886336c07fe5d9e5114d3b8d6fe6043 /libqmatrixclient.pri
parenta95618af600c8c72c15ece48682ee6260de27aff (diff)
parente7868adbf5b275f66529fb2dae323ed8aeb69e05 (diff)
downloadlibquotient-44764f015f25db307811f2969c117b37133fc676.tar.gz
libquotient-44764f015f25db307811f2969c117b37133fc676.zip
Merge branch 'master' into kitsune-gtad
Diffstat (limited to 'libqmatrixclient.pri')
-rw-r--r--libqmatrixclient.pri8
1 files changed, 5 insertions, 3 deletions
diff --git a/libqmatrixclient.pri b/libqmatrixclient.pri
index 7cfa94a1..144c9dbc 100644
--- a/libqmatrixclient.pri
+++ b/libqmatrixclient.pri
@@ -24,7 +24,8 @@ HEADERS += \
$$PWD/events/roomavatarevent.h \
$$PWD/events/typingevent.h \
$$PWD/events/receiptevent.h \
- $$PWD/events/tagevent.h \
+ $$PWD/events/accountdataevents.h \
+ $$PWD/events/directchatevent.h \
$$PWD/events/redactionevent.h \
$$PWD/jobs/requestdata.h \
$$PWD/jobs/basejob.h \
@@ -42,7 +43,8 @@ HEADERS += \
$$PWD/settings.h \
$$PWD/networksettings.h \
$$PWD/networkaccessmanager.h \
- $$PWD/jobs/downloadfilejob.h
+ $$PWD/jobs/downloadfilejob.h \
+ $$PWD/jobs/postreadmarkersjob.h
SOURCES += \
$$PWD/connectiondata.cpp \
@@ -56,7 +58,7 @@ SOURCES += \
$$PWD/events/roommemberevent.cpp \
$$PWD/events/typingevent.cpp \
$$PWD/events/receiptevent.cpp \
- $$PWD/events/tagevent.cpp \
+ $$PWD/events/directchatevent.cpp \
$$PWD/jobs/requestdata.cpp \
$$PWD/jobs/basejob.cpp \
$$PWD/jobs/checkauthmethods.cpp \