/trunk/TrainDatabase/TrainDatabase.pro |
---|
0,0 → 1,33 |
#------------------------------------------------- |
# |
# Project created by QtCreator 2014-11-02T11:22:16 |
# |
#------------------------------------------------- |
QT += core gui |
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets |
TARGET = TrainDatabase |
TEMPLATE = app |
SOURCES += main.cpp\ |
traindb.cpp\ |
sqlite3.c \ |
aboutdialog.cpp \ |
traintablemodel.cpp \ |
dbaccess.cpp \ |
dbexception.cpp \ |
trainrecord.cpp |
HEADERS += traindb.h sqlite3.h sqlite3ext.h \ |
aboutdialog.h \ |
traintablemodel.h \ |
dbaccess.h \ |
dbexception.h \ |
trainrecord.h |
FORMS += traindb.ui \ |
aboutdialog.ui |