diff options
author | David A Roberts <d@vidr.cc> | 2016-09-13 20:23:32 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-13 20:23:32 +1000 |
commit | 97fe7a952236f56ed128f4356c21b599c4f3a9e4 (patch) | |
tree | 678b515f0a2bcacc68275c548c176c8e0015eb2e | |
parent | 76d3f8da077509f37bd767dd6fcfd59e0b285fe8 (diff) | |
download | libquotient-97fe7a952236f56ed128f4356c21b599c4f3a9e4.tar.gz libquotient-97fe7a952236f56ed128f4356c21b599c4f3a9e4.zip |
Update libqmatrixclient.pri
-rw-r--r-- | libqmatrixclient.pri | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libqmatrixclient.pri b/libqmatrixclient.pri index 2648ac6b..b5155f96 100644 --- a/libqmatrixclient.pri +++ b/libqmatrixclient.pri @@ -6,7 +6,6 @@ INCLUDEPATH += $$PWD $$PWD/kcoreaddons/src/lib/jobs HEADERS += \ $$PWD/connectiondata.h \ $$PWD/connection.h \ - $$PWD/connectionprivate.h \ $$PWD/room.h \ $$PWD/user.h \ $$PWD/logmessage.h \ @@ -37,7 +36,6 @@ HEADERS += \ SOURCES += \ $$PWD/connectiondata.cpp \ $$PWD/connection.cpp \ - $$PWD/connectionprivate.cpp \ $$PWD/room.cpp \ $$PWD/user.cpp \ $$PWD/logmessage.cpp \ |