-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathOpticalNetSimulator.pro
More file actions
59 lines (53 loc) · 1.17 KB
/
OpticalNetSimulator.pro
File metadata and controls
59 lines (53 loc) · 1.17 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
# #####################################################################
# Automatically generated by qmake (2.01a) vie abr 15 23:44:34 2011
# #####################################################################
TEMPLATE = app
TARGET =
DEPENDPATH += .
INCLUDEPATH += . \
/usr/local/include/aleph
LIBS += -L/usr/local/lib \
-lAleph \
-lnana \
-lc \
-lgsl \
-lgslcblas \
-lgmp \
-lmpfr \
-lasprintf
CONFIG += warn_off
# Input
HEADERS += \
grid.H \
misc.H \
package.H \
grid_window.H \
grid_panel.H \
grid_panel_listener.H \
simulator.H \
sim_listener.H \
statistics_per_element.H \
statistics.H \
configuration.H \
configuration_panel.H \
statistics_panel.H \
statistics_shower_panel.H \
minimum_deflection.H
SOURCES += \
grid_window.C \
grid_panel.C \
simulator.C \
statistics_per_element.C \
statistics.C \
grid.C \
configuration.C \
configuration_panel.C \
statistics_panel.C \
statistics_shower_panel.C \
main.C
FORMS += grid_form.ui \
configuration_form.ui \
statistics_form.ui \
statistics_shower_form.ui
OTHER_FILES += \
simulator.cfg