diff options
author | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2020-06-14 17:50:27 +0200 |
---|---|---|
committer | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2020-06-14 17:50:27 +0200 |
commit | 955bcf1d221c0ba4526474a779bee84f064b1c56 (patch) | |
tree | 54155e6a431cdcda8624939de8000d08f37f69af | |
parent | a2520bae3677be9df0abcef7681a138a6c4ad849 (diff) | |
download | libquotient-955bcf1d221c0ba4526474a779bee84f064b1c56.tar.gz libquotient-955bcf1d221c0ba4526474a779bee84f064b1c56.zip |
libquotient.pri: fix a typo leading to qmake FTBFS
-rw-r--r-- | libquotient.pri | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libquotient.pri b/libquotient.pri index 53f018c3..a5a1459f 100644 --- a/libquotient.pri +++ b/libquotient.pri @@ -35,7 +35,7 @@ HEADERS += \ $$SRCPATH/user.h \ $$SRCPATH/avatar.h \ $$SRCPATH/syncdata.h \ - $$SRCPATH/quotient_common.h + $$SRCPATH/quotient_common.h \ $$SRCPATH/util.h \ $$SRCPATH/qt_connection_util.h \ $$SRCPATH/events/event.h \ |