-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathontolis.pro
58 lines (52 loc) · 2.31 KB
/
ontolis.pro
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
#-------------------------------------------------
#
# Project created by QtCreator 2013-10-13T21:36:39
#
#-------------------------------------------------
QT += core gui widgets
TARGET = ontolis
TEMPLATE = app
RC_FILE = resources/resources.rc
SOURCES += main.cpp\
OntolisWindow.cpp \
widgets/ProjectTree/OLSProject.cpp \
widgets/ProjectTree/OLSProjectFile.cpp \
widgets/ProjectTree/OLSProjectFileCategory.cpp \
widgets/ProjectTree/OLSProjectTreeViewController.cpp \
widgets/ProjectTree/OLSProjectTreeWidget.cpp \
widgets/OntologyTree/OLSOntologyTreeViewController.cpp \
widgets/OntologyPallete/OLSOntologyPalleteWidget.cpp \
widgets/OntologyGraph/OLSOntologyGraphNodeItem.cpp \
widgets/OntologyGraph/OLSOntologyGraphElement.cpp \
widgets/OntologyGraph/OLSOntologyGraphWidget.cpp \
widgets/OntologyGraph/OLSOntologyGraphRelationItem.cpp \
widgets/OntologyGraph/OLSOntologyGraphRelationVisualizedLine.cpp \
widgets/Shared/OLSOntologyDataController.cpp \
widgets/OntologyGraph/OLSOntologyGraphView.cpp \
ontoliscategorywidget.cpp
HEADERS += OntolisWindow.h \
widgets/ProjectTree/OLSProject.h \
widgets/ProjectTree/OLSProjectFile.h \
widgets/ProjectTree/OLSProjectFileCategory.h \
widgets/ProjectTree/OLSProjectTreeViewController.h \
widgets/ProjectTree/OLSProjectTreeWidget.h \
widgets/ProjectTree/OLSProjectTreeWidgetDelegate.h \
widgets/OntologyTree/OLSOntologyTreeViewController.h \
widgets/OntologyPallete/OLSOntologyPalleteWidget.h \
widgets/OntologyGraph/OLSOntologyGraphItemDataKey.h \
widgets/OntologyGraph/OLSOntologyGraphItemType.h \
widgets/OntologyGraph/OLSOntologyGraphNodeItem.h \
widgets/OntologyGraph/OLSOntologyGraphElement.h \
widgets/OntologyGraph/OLSOntologyGraphWidget.h \
widgets/OntologyGraph/OLSOntologyGraphRelationItem.h \
widgets/OntologyGraph/OLSOntologyGraphRelationVisualizedLine.h \
widgets/Shared/OLSOntologyNodeData.h \
widgets/Shared/OLSOntologyRelationData.h \
widgets/Shared/OLSOntologyDataController.h \
widgets/OntologyGraph/OLSOntologyGraphView.h \
ontoliscategorywidget.h
FORMS += OntolisWindow.ui \
widgets/OntologyGraph/OLSOntologyGraphAttributeEditor.ui \
widgets/OntologyGraph/OLSOntologyGraphWidget.ui \
ontoliscategorywidget.ui
RESOURCES +=