source: qca/trunk/examples/sasltest/sasltest.pro

Last change on this file was 24, checked in by dmik, 19 years ago

QCA: Imported original QCA 1.0 sources from Affinix

File size: 184 bytes
Line 
1TEMPLATE = app
2CONFIG += thread console
3TARGET = sasltest
4
5INCLUDEPATH += ../common
6HEADERS += ../common/base64.h
7SOURCES += ../common/base64.cpp sasltest.cpp
8include(../examples.pri)
Note: See TracBrowser for help on using the repository browser.