diff options
author | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2017-11-28 12:42:03 +0900 |
---|---|---|
committer | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2017-11-28 12:42:03 +0900 |
commit | 357625eb55e2f4569bb487ffe14a9236188e25f3 (patch) | |
tree | d39340ab74f25a23a5855f679973628f7457fd87 /qmc-example.pro | |
parent | 94e6636d8225a0561ed7df3fa8081c5b0183610c (diff) | |
parent | 8f762a2458db773f6db24b568b2e944427297c2b (diff) | |
download | libquotient-357625eb55e2f4569bb487ffe14a9236188e25f3.tar.gz libquotient-357625eb55e2f4569bb487ffe14a9236188e25f3.zip |
Merge branch 'master' into kitsune-gtad
Diffstat (limited to 'qmc-example.pro')
-rw-r--r-- | qmc-example.pro | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/qmc-example.pro b/qmc-example.pro new file mode 100644 index 00000000..4dc3fed1 --- /dev/null +++ b/qmc-example.pro @@ -0,0 +1,7 @@ +TEMPLATE = app + +windows { CONFIG += console } + +include(libqmatrixclient.pri) + +SOURCES += examples/qmc-example.cpp |