SigningTS/client/client.pro
author John Kern <johnk@symbian.org>
Wed, 12 May 2010 09:44:30 -0700
changeset 17 cad8819de653
child 18 5707b75503d5
permissions -rw-r--r--
adding preliminary code; very much a work in progress; it is too difficult to work on the file system any longer

#-------------------------------------------------
#
# 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

HEADERS += \
    buffer.h