-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest.pro
More file actions
84 lines (75 loc) · 1.75 KB
/
test.pro
File metadata and controls
84 lines (75 loc) · 1.75 KB
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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
#-------------------------------------------------
#
# Project created by QtCreator 2016-02-23T14:58:04
#
#-------------------------------------------------
QT += core gui
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = test
TEMPLATE = app
SOURCES += main.cpp\
mainwindow.cpp \
graphpainter.cpp \
matrixview.cpp \
matrixvievcell.cpp \
graphsizewidget.cpp \
generatorswidget.cpp \
graph.cpp \
listview.cpp \
listviewitem.cpp \
listviewremovebutton.cpp \
addconnection.cpp \
connectionmatrixview.cpp \
filemanager.cpp \
filemanagerwidget.cpp \
engine.cpp \
sequence.cpp \
sequencewidget.cpp \
randomizer.cpp \
randomizerwidget.cpp \
hamiltoniancycle.cpp \
hamiltonianwidget.cpp \
euleriancircuit.cpp \
euleriancircuitwidget.cpp \
consistent.cpp \
vertex.cpp \
consistentwidget.cpp
HEADERS += mainwindow.h \
graphpainter.h \
matrixview.h \
matrixvievcell.h \
graphsizewidget.h \
generatorswidget.h \
graph.h \
listview.h \
listviewitem.h \
listviewremovebutton.h \
addconnection.h \
connectionmatrixview.h \
filemanager.h \
filemanagerwidget.h \
engine.h \
sequence.h \
sequencewidget.h \
randomizer.h \
randomizerwidget.h \
hamiltoniancycle.h \
hamiltonianwidget.h \
euleriancircuit.h \
euleriancircuitwidget.h \
consistent.h \
vertex.h \
consistentwidget.h
FORMS += mainwindow.ui \
graphsizewidget.ui \
generatorswidget.ui \
addconnection.ui \
filemanagerwidget.ui \
sequencewidget.ui \
randomizerwidget.ui \
hamiltonianwidget.ui \
euleriancircuitwidget.ui \
consistentwidget.ui
RESOURCES += \
img/images.qrc
DISTFILES +=