QT += xml CONFIG += debug SOURCES = \ column.cpp \ columnlistmodel.cpp \ columnlistview.cpp \ main.cpp \ mainwindow.cpp \ databasemodelview.cpp \ databasemodel.cpp \ databasemodelitem.cpp \ databasetable.cpp \ databaserelation.cpp \ tableproperties.cpp HEADERS = \ column.h \ columnlistmodel.h \ columnlistview.h \ mainwindow.h \ databasemodelview.h \ databasemodel.h \ databasemodelitem.h \ databasetable.h \ databaserelation.h \ tableproperties.h RESOURCES = dbmodel.qrc FORMS = tableproperties.ui