summaryrefslogtreecommitdiff
path: root/src/src.pri
blob: 1ab5377c2b4e96bc1e1dc7800e73de74c042e168 (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
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_sk.ts