-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSensorNet.pro
More file actions
73 lines (66 loc) · 2.03 KB
/
SensorNet.pro
File metadata and controls
73 lines (66 loc) · 2.03 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
######################################################################
# Automatically generated by qmake (2.01a) ?? ????. 12 12:14:21 2012
######################################################################
TEMPLATE = app
TARGET = SensorNet
TEMPLATE = app
DESTDIR = build/bin
OBJECTS_DIR = build/obj
MOC_DIR = build/moc
RCC_DIR = build/rc
UI_DIR = build/ui
<<<<<<< HEAD
#tets
=======
#FJSDNGgsdg
>>>>>>> 9eb48452713907de6e96ebe7a52cec0ea815c76a
DEPENDPATH += . \
resources \
src/common \
src/data/ \
src/data/creater \
src/debug \
src/htm \
src/main \
src/options \
src/genom
INCLUDEPATH += . \
src/common \
src/data/creater \
src/data \
src/htm \
src/options \
src/main \
src/genom
# Input
HEADERS += src/common/Random.h \
src/data/creater/ImageDataCreator.h \
src/data/DataSample.h \
src/debug/debughelper.h \
src/htm/Net.h \
src/htm/NetParams.h \
src/htm/Sensor.h \
src/htm/Synapse.h \
src/main/MainWindow.h \
src/options/Options.h \
src/gui/panel/rightpanel/rightpanel.h \
src/gui/canvas/canvas.h \
src/genom/GenomOperator.h \
src/common/filecommon.h
FORMS += src/main/MainWindow.ui \
src/gui/panel/rightpanel/rightpanel.ui \
src/gui/canvas/canvas.ui
SOURCES += src/common/Random.cpp \
src/data/creater/ImageDataCreator.cpp \
src/debug/debughelper.cpp \
src/htm/Net.cpp \
src/htm/NetParams.cpp \
src/htm/Sensor.cpp \
src/htm/Synapse.cpp \
src/main/main.cpp \
src/main/MainWindow.cpp \
src/gui/panel/rightpanel/rightpanel.cpp \
src/gui/canvas/canvas.cpp \
src/genom/GenomOperator.cpp \
src/common/filecommon.cpp
RESOURCES += resources/resources.qrc