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