Seafood/SeafoodTabbed.pro
author John Kern <johnk@symbian.org>
Wed, 31 Mar 2010 16:09:36 -0700
changeset 11 f3dbeee07821
parent 7 7ee47a65f1ad
child 12 60c644f011c7
permissions -rwxr-xr-x
instrumented with debugging output

#-------------------------------------------------
#
# Project created by QtCreator 2010-03-19T13:53:32
#
#-------------------------------------------------

QT       += core gui sql webkit

TARGET = SeafoodTabbed
TEMPLATE = app


SOURCES += main.cpp\
        mainwindow.cpp \
    Fishes.cpp

HEADERS  += mainwindow.h \
    Fishes.h

FORMS    += mainwindow.ui

databasefiles.sources = seafood.db
databasefiles.path = .

DEPLOYMENT += databasefiles