Seafood/SeafoodTabbed.pro
author wesleyt@symbian.org
Thu, 09 Sep 2010 11:30:41 -0700
changeset 45 b23ec2b62c45
parent 12 60c644f011c7
permissions -rwxr-xr-x
resizing layouts

#-------------------------------------------------
#
# 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 = populateDB/seafood.db
databasefiles.path = .

DEPLOYMENT += databasefiles