summaryrefslogtreecommitdiff
path: root/src/src.pri
blob: 5ad2a1ecd88ddeb3b8975a906620c8abe79970a7 (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
37
38
39
40
41
42
43
DEPENDPATH += $$PWD

RESOURCES = ../dbmodel.qrc

# Windows RC (for embedded icon)
RC_FILE = ../dbmodel.rc

SOURCES = \
	connector.cpp \
	hub.cpp \
	boxsidehub.cpp \
	main.cpp \
	mainwindow.cpp \
	diagramview.cpp \
	diagramdocument.cpp \
	line.cpp \
	diagramitem.cpp \
	diagramitemfactory.cpp \
	diagramitemproperties.cpp \
	diagramobject.cpp \
	identifiableobject.cpp \
	commands.cpp

HEADERS = \
	connector.h \
	hub.h \
	boxsidehub.h \
	mainwindow.h \
	diagramview.h \
	diagramdocument.h \
	line.h \
	diagramitem.h \
	diagramitemfactory.h \
	diagramitemproperties.h \
	diagramobject.h \
	identifiableobject.h \
	commands.h

TRANSLATIONS = \
	../translations/dbmodel_en.ts \
	../translations/dbmodel_de.ts \
	../translations/dbmodel_ru.ts \
	../translations/dbmodel_sk.ts