forked from simulationcraft/simc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
simcqt.pro
80 lines (71 loc) · 2.28 KB
/
simcqt.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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
QT += core gui network webkit
win32:LIBS += libwsock32
TARGET = ../SimulationCraft
TEMPLATE = app
HEADERS += engine/simulationcraft.h
HEADERS += engine/utf8.h
HEADERS += engine/utf8/core.h
HEADERS += engine/utf8/checked.h
HEADERS += engine/utf8/unchecked.h
SOURCES += engine/sc_action.cpp
SOURCES += engine/sc_armory.cpp
SOURCES += engine/sc_attack.cpp
SOURCES += engine/sc_battle_net.cpp
SOURCES += engine/sc_buff.cpp
SOURCES += engine/sc_chardev.cpp
SOURCES += engine/sc_chart.cpp
SOURCES += engine/sc_const_data.cpp
SOURCES += engine/sc_consumable.cpp
SOURCES += engine/sc_data.cpp
SOURCES += engine/sc_data_access.cpp
SOURCES += engine/sc_death_knight.cpp
SOURCES += engine/sc_druid.cpp
SOURCES += engine/sc_enchant.cpp
SOURCES += engine/sc_event.cpp
SOURCES += engine/sc_expressions.cpp
SOURCES += engine/sc_gear_stats.cpp
SOURCES += engine/sc_heal.cpp
SOURCES += engine/sc_http.cpp
SOURCES += engine/sc_hunter.cpp
SOURCES += engine/sc_item.cpp
SOURCES += engine/sc_item_data.cpp
SOURCES += engine/sc_js.cpp
SOURCES += engine/sc_log.cpp
SOURCES += engine/sc_mage.cpp
SOURCES += engine/sc_mmo_champion.cpp
SOURCES += engine/sc_option.cpp
SOURCES += engine/sc_paladin.cpp
SOURCES += engine/sc_pet.cpp
SOURCES += engine/sc_player.cpp
SOURCES += engine/sc_plot.cpp
SOURCES += engine/sc_priest.cpp
SOURCES += engine/sc_raid_event.cpp
SOURCES += engine/sc_rating.cpp
SOURCES += engine/sc_rawr.cpp
SOURCES += engine/sc_report.cpp
SOURCES += engine/sc_rng.cpp
SOURCES += engine/sc_rogue.cpp
SOURCES += engine/sc_scaling.cpp
SOURCES += engine/sc_sequence.cpp
SOURCES += engine/sc_set_bonus.cpp
SOURCES += engine/sc_shaman.cpp
SOURCES += engine/sc_sim.cpp
SOURCES += engine/sc_spell.cpp
SOURCES += engine/sc_spell_data.cpp
SOURCES += engine/sc_spell_info.cpp
SOURCES += engine/sc_stats.cpp
SOURCES += engine/sc_talent.cpp
SOURCES += engine/sc_target.cpp
SOURCES += engine/sc_thread.cpp
SOURCES += engine/sc_unique_gear.cpp
SOURCES += engine/sc_util.cpp
SOURCES += engine/sc_warlock.cpp
SOURCES += engine/sc_warrior.cpp
SOURCES += engine/sc_weapon.cpp
SOURCES += engine/sc_wowhead.cpp
SOURCES += engine/sc_xml.cpp
INCLUDEPATH += engine
HEADERS += qt/sc_autoupdate.h
HEADERS += qt/simulationcraftqt.h
SOURCES += qt/main.cpp
SOURCES += qt/sc_window.cpp