diff options
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 |