SigningTS/client/client.pro
author Sebastian Brannstrom <sebastianb@symbian.org>
Mon, 09 Aug 2010 17:16:20 +0100
changeset 21 3bfc3227045d
parent 18 5707b75503d5
permissions -rw-r--r--
CSV reader works, kind of. contacts.csv file added to project, must live in c:\ at the moment

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