-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathGraphic.pro
63 lines (52 loc) · 1.13 KB
/
Graphic.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
59
60
61
62
63
#-------------------------------------------------
#
# Project created by QtCreator 2014-08-28T20:12:35
#
#-------------------------------------------------
QT += core gui svg
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = Graphic
TEMPLATE = app
SOURCES += \
basicgraphs.cpp \
canvasscene.cpp \
canvasview.cpp \
colourfillcontroller.cpp \
colourlinecontroller.cpp \
edge.cpp \
file-io.cpp \
graph.cpp \
graphmimedata.cpp \
html-label.cpp \
labelcontroller.cpp \
labelsizecontroller.cpp \
main.cpp \
mainwindow.cpp \
node.cpp \
preview.cpp \
settingsdialog.cpp \
sizecontroller.cpp
HEADERS += \
basicgraphs.h \
canvasscene.h \
canvasview.h \
colourfillcontroller.h \
colourlinecontroller.h \
defuns.h \
edge.h \
file-io.h \
graph.h \
graphmimedata.h \
html-label.h \
labelcontroller.h \
labelsizecontroller.h \
mainwindow.h \
node.h \
preview.h \
settingsdialog.h \
sizecontroller.h
FORMS += mainwindow.ui \
settingsdialog.ui
CONFIG += c++11 \
thread
RESOURCES = application.qrc