forked from simulationcraft/simc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
QT_engine.pri
130 lines (128 loc) · 5.45 KB
/
QT_engine.pri
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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
# This is an input file for synchronize.py
# To change the list of source files for the simc engine lib, update this file and run synchronize.py
HEADERS += engine/util/xml.hpp
HEADERS += engine/util/timeline.hpp
HEADERS += engine/util/stopwatch.hpp
HEADERS += engine/util/sc_resourcepaths.hpp
HEADERS += engine/util/sample_data.hpp
HEADERS += engine/util/rng.hpp
HEADERS += engine/util/io.hpp
HEADERS += engine/util/generic.hpp
HEADERS += engine/util/concurrency.hpp
HEADERS += engine/util/cache.hpp
HEADERS += engine/sim/x6_pantheon.hpp
HEADERS += engine/sim/sc_profileset.hpp
HEADERS += engine/sim/sc_option.hpp
HEADERS += engine/sim/sc_expressions.hpp
HEADERS += engine/report/sc_report.hpp
HEADERS += engine/player/artifact_data.hpp
HEADERS += engine/player/azerite_data.hpp
HEADERS += engine/player/pet_spawner.hpp
HEADERS += engine/player/unique_gear.hpp
HEADERS += engine/dbc/sc_spell_info.hpp
HEADERS += engine/dbc/specialization.hpp
HEADERS += engine/dbc/dbc.hpp
PRECOMPILED_HEADER += engine/simulationcraft.hpp
HEADERS += engine/simulationcraft.hpp
HEADERS += engine/sc_util.hpp
HEADERS += engine/sc_timespan.hpp
HEADERS += engine/sc_enums.hpp
HEADERS += engine/config.hpp
HEADERS += engine/dbc/data_enums.hh
HEADERS += engine/dbc/data_definitions.hh
HEADERS += engine/util/utf8/unchecked.h
HEADERS += engine/util/utf8/core.h
HEADERS += engine/util/utf8/checked.h
HEADERS += engine/util/utf8.h
HEADERS += engine/class_modules/paladin/sc_paladin.hpp
HEADERS += engine/class_modules/warlock/sc_warlock.hpp
HEADERS += engine/class_modules/priest/sc_priest.hpp
SOURCES += engine/util/xml.cpp
SOURCES += engine/util/stopwatch.cpp
SOURCES += engine/util/rng.cpp
SOURCES += engine/util/io.cpp
SOURCES += engine/util/concurrency.cpp
SOURCES += engine/util/git_info.cpp
SOURCES += engine/util/fmt/format.cpp
SOURCES += engine/util/fmt/posix.cpp
SOURCES += engine/sim/x6_pantheon.cpp
SOURCES += engine/sim/spawner.cpp
SOURCES += engine/sim/sc_sim.cpp
SOURCES += engine/sim/sc_scaling.cpp
SOURCES += engine/sim/sc_reforge_plot.cpp
SOURCES += engine/sim/sc_raid_event.cpp
SOURCES += engine/sim/sc_progress_bar.cpp
SOURCES += engine/sim/sc_profileset.cpp
SOURCES += engine/sim/sc_plot.cpp
SOURCES += engine/sim/sc_option.cpp
SOURCES += engine/sim/sc_gear_stats.cpp
SOURCES += engine/sim/sc_expressions.cpp
SOURCES += engine/sim/sc_event.cpp
SOURCES += engine/sim/sc_core_sim.cpp
SOURCES += engine/sim/sc_cooldown.cpp
SOURCES += engine/report/sc_report_text.cpp
SOURCES += engine/report/sc_report_json.cpp
SOURCES += engine/report/sc_report_html_sim.cpp
SOURCES += engine/report/sc_report_html_player.cpp
SOURCES += engine/report/sc_report.cpp
SOURCES += engine/report/sc_highchart.cpp
SOURCES += engine/report/sc_gear_weights.cpp
SOURCES += engine/report/sc_color.cpp
SOURCES += engine/report/sc_chart.cpp
SOURCES += engine/player/sc_unique_gear_x6.cpp
SOURCES += engine/player/sc_unique_gear_x7.cpp
SOURCES += engine/player/sc_unique_gear.cpp
SOURCES += engine/player/sc_set_bonus.cpp
SOURCES += engine/player/sc_proc.cpp
SOURCES += engine/player/sc_player.cpp
SOURCES += engine/player/sc_pet.cpp
SOURCES += engine/player/sc_item.cpp
SOURCES += engine/player/sc_enchant.cpp
SOURCES += engine/player/sc_consumable.cpp
SOURCES += engine/player/artifact_data.cpp
SOURCES += engine/player/azerite_data.cpp
SOURCES += engine/interfaces/sc_wowhead.cpp
SOURCES += engine/interfaces/sc_js.cpp
SOURCES += engine/interfaces/sc_http.cpp
SOURCES += engine/interfaces/sc_bcp_api.cpp
SOURCES += engine/dbc/sc_spell_info.cpp
SOURCES += engine/dbc/sc_spell_data.cpp
SOURCES += engine/dbc/sc_item_data_import_ptr.cpp
SOURCES += engine/dbc/sc_item_data_import_noptr.cpp
SOURCES += engine/dbc/sc_item_data.cpp
SOURCES += engine/dbc/sc_data.cpp
SOURCES += engine/dbc/sc_const_data.cpp
SOURCES += engine/class_modules/sc_warrior.cpp
SOURCES += engine/class_modules/warlock/sc_warlock.cpp
SOURCES += engine/class_modules/warlock/sc_warlock_affliction.cpp
SOURCES += engine/class_modules/warlock/sc_warlock_demonology.cpp
SOURCES += engine/class_modules/warlock/sc_warlock_destruction.cpp
SOURCES += engine/class_modules/warlock/sc_warlock_pets.cpp
SOURCES += engine/class_modules/sc_shaman.cpp
SOURCES += engine/class_modules/sc_rogue.cpp
SOURCES += engine/class_modules/priest/sc_priest.cpp
SOURCES += engine/class_modules/priest/sc_priest_discipline.cpp
SOURCES += engine/class_modules/priest/sc_priest_holy.cpp
SOURCES += engine/class_modules/priest/sc_priest_shadow.cpp
SOURCES += engine/class_modules/paladin/sc_paladin.cpp
SOURCES += engine/class_modules/paladin/sc_paladin_retribution.cpp
SOURCES += engine/class_modules/paladin/sc_paladin_protection.cpp
SOURCES += engine/class_modules/paladin/sc_paladin_holy.cpp
SOURCES += engine/class_modules/sc_monk.cpp
SOURCES += engine/class_modules/sc_mage.cpp
SOURCES += engine/class_modules/sc_hunter.cpp
SOURCES += engine/class_modules/sc_enemy.cpp
SOURCES += engine/class_modules/sc_druid.cpp
SOURCES += engine/class_modules/sc_demon_hunter.cpp
SOURCES += engine/class_modules/sc_death_knight.cpp
SOURCES += engine/buff/sc_buff.cpp
SOURCES += engine/action/sc_stats.cpp
SOURCES += engine/action/sc_spell.cpp
SOURCES += engine/action/sc_sequence.cpp
SOURCES += engine/action/sc_dot.cpp
SOURCES += engine/action/sc_distance_targeting.cpp
SOURCES += engine/action/sc_attack.cpp
SOURCES += engine/action/sc_action_state.cpp
SOURCES += engine/action/sc_action.cpp
SOURCES += engine/sc_util.cpp
SOURCES += engine/dbc/azerite.cpp