-
Notifications
You must be signed in to change notification settings - Fork 4
/
TibiaEditor.pro
95 lines (93 loc) · 2.6 KB
/
TibiaEditor.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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
TEMPLATE = app
TARGET =
DEPENDPATH += . GeneratedFiles
INCLUDEPATH += .
QT += xml
# Input
HEADERS += chasewidget.h \
exporthandler.h \
exportthread.h \
externalfile.h \
fileinformation.h \
formatfile.h \
formathandler.h \
hexdoublespinbox.h \
importhandler.h \
importthread.h \
itemattributeeditor.h \
itemattributes.h \
itemeditor.h \
itemfile.h \
itemimage.h \
itemmodel.h \
itemsearch.h \
itemspritemodel.h \
libraryfile.h \
mimeconstants.h \
outputwidget.h \
picturefile.h \
qtwin.h \
resourcefile.h \
resourcehandler.h \
spritefile.h \
spritemodel.h \
spriteview.h \
tibiaeditor.h \
tibiafile.h \
tibiahandler.h \
tibiaitem.h \
tibiamodule.h \
tibiaobject.h \
tibiaresource.h \
tibiasprite.h \
undoframework.h \
userthread.h
FORMS += exporthandler.ui \
fileinformation.ui \
importhandler.ui \
itemattributeeditor.ui \
itemattributes.ui \
itemeditor.ui \
itemsearch.ui \
tibiaeditor.ui
SOURCES += chasewidget.cpp \
exporthandler.cpp \
exportthread.cpp \
externalfile.cpp \
fileinformation.cpp \
formatfile.cpp \
formathandler.cpp \
hexdoublespinbox.cpp \
importhandler.cpp \
importthread.cpp \
itemattributeeditor.cpp \
itemattributes.cpp \
itemeditor.cpp \
itemfile.cpp \
itemimage.cpp \
itemmodel.cpp \
itemsearch.cpp \
itemspritemodel.cpp \
libraryfile.cpp \
main.cpp \
outputwidget.cpp \
picturefile.cpp \
qtwin.cpp \
resourcefile.cpp \
resourcehandler.cpp \
spritefile.cpp \
spritemodel.cpp \
spriteview.cpp \
tibiaeditor.cpp \
tibiafile.cpp \
tibiahandler.cpp \
tibiaitem.cpp \
tibiaresource.cpp \
tibiasprite.cpp \
undoframework.cpp \
userthread.cpp
RESOURCES += tibiaeditor.qrc
DESTDIR += bin
MOC_DIR += build/moc
UI_DIR += build/ui
OBJECTS_DIR += build/obj