SigningTS/client/client.pro
author John Kern <johnk@symbian.org>
Fri, 13 Aug 2010 16:18:58 -0700
changeset 32 884c1b5354d7
parent 18 5707b75503d5
permissions -rw-r--r--
removed ui_mainwindow.h because it is generated by uic.exe

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