diff options
Diffstat (limited to 'examples/sasltest/sasltest.pro')
| -rw-r--r-- | examples/sasltest/sasltest.pro | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/examples/sasltest/sasltest.pro b/examples/sasltest/sasltest.pro new file mode 100644 index 0000000..f7d1c98 --- /dev/null +++ b/examples/sasltest/sasltest.pro @@ -0,0 +1,8 @@ +TEMPLATE = app +CONFIG += thread console +TARGET = sasltest + +INCLUDEPATH += ../common +HEADERS += ../common/base64.h +SOURCES += ../common/base64.cpp sasltest.cpp +include(../examples.pri) |
