author | John Kern <johnk@symbian.org> |
Thu, 19 Aug 2010 19:21:12 -0700 | |
changeset 36 | 2886a23e4d5d |
parent 18 | 5707b75503d5 |
permissions | -rw-r--r-- |
#------------------------------------------------- # # Project created by QtCreator 2010-04-26T16:59:26 # #------------------------------------------------- QT += core network QT -= gui TARGET = test116 CONFIG += console CONFIG -= app_bundle TEMPLATE = app SOURCES += main.cpp \ buffer.cpp \ signingcommoncase.cpp HEADERS += \ buffer.h \ test.h \ signingcommoncase.h