SigningTS/client/client.pro
author John Kern <johnk@symbian.org>
Thu, 26 Aug 2010 14:34:34 -0700
changeset 40 edc0144719a1
parent 18 5707b75503d5
permissions -rw-r--r--
removed invariant from data() and rowCount(). Performance should be ok now.

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