diff options
author | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2019-08-09 20:39:10 +0900 |
---|---|---|
committer | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2019-08-09 20:39:10 +0900 |
commit | 38f063e75757e97bfe1fda9655ab460454ba99db (patch) | |
tree | 832bbdc4c75247fb93ce18e76eed02c6674bf55c | |
parent | a18cfa5877798e50e4222726fa63fcef5ee248bb (diff) | |
download | libquotient-38f063e75757e97bfe1fda9655ab460454ba99db.tar.gz libquotient-38f063e75757e97bfe1fda9655ab460454ba99db.zip |
Rename entries for qmake
-rw-r--r-- | libquotient.pri (renamed from libqmatrixclient.pri) | 0 | ||||
-rw-r--r-- | qmc-example.pro | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/libqmatrixclient.pri b/libquotient.pri index 2ff14ce2..2ff14ce2 100644 --- a/libqmatrixclient.pri +++ b/libquotient.pri diff --git a/qmc-example.pro b/qmc-example.pro index b060bab1..9818549e 100644 --- a/qmc-example.pro +++ b/qmc-example.pro @@ -4,7 +4,7 @@ CONFIG += object_parallel_to_source windows { CONFIG += console } -include(libqmatrixclient.pri) +include(libquotient.pri) SOURCES += examples/qmc-example.cpp |