summaryrefslogtreecommitdiff
path: root/dbmodel.pro
blob: 7ed7baa5c067b172602d8ec2e54f7a6f8d369663 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
QT += xml svg
CONFIG += debug
SOURCES = \
	column.cpp \
	columnlist.cpp \
	columnlistmodel.cpp \
	columnlistview.cpp \
	main.cpp \
	mainwindow.cpp \
	databasemodelview.cpp \
	databasemodel.cpp \
	databasetable.cpp \
	databaserelationship.cpp \
	diagramconnection.cpp \
	diagramitem.cpp \
	diagramobject.cpp \
	tableproperties.cpp \
	commands.cpp
HEADERS = \
	column.h \
	columnlist.h \
	columnlistmodel.h \
	columnlistview.h \
	mainwindow.h \
	databasemodelview.h \
	databasemodel.h \
	databasetable.h \
	databaserelationship.h \
	diagramconnection.h \
	diagramitem.h \
	diagramobject.h \
	tableproperties.h \
	range.h \
	commands.h
RESOURCES = dbmodel.qrc
FORMS = tableproperties.ui