SigningTS/client/client.pro
author Sebastian Brannstrom <sebastianb@symbian.org>
Mon, 23 Aug 2010 17:07:32 +0100
changeset 37 1ced6e446fd4
parent 18 5707b75503d5
permissions -rw-r--r--
Major contribution: Connected clicked signal from listbox to displayDetails slot

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