-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathBitRestMapEditor.pro
More file actions
executable file
·68 lines (62 loc) · 1.62 KB
/
BitRestMapEditor.pro
File metadata and controls
executable file
·68 lines (62 loc) · 1.62 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
QT += core gui sql
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = bitRestMapEditor
TEMPLATE = app
RC_FILE = BitRestMapEditor.rc
SOURCES += \
main.cpp \
mainwindow.cpp \
rmapobject.cpp \
rmapobjectmodel.cpp \
rtable.cpp \
rtablemodel.cpp \
rsection.cpp \
rsectionmodel.cpp \
rgridwidget.cpp \
newmapdialog.cpp \
rmapobjectmovepolicy.cpp \
rmapobjectbehaviourpolicy.cpp \
rmapobjectresizepolicy.cpp \
rmapobjectfactory.cpp \
rcompositemapobject.cpp \
rmapobjecttreewidgetitem.cpp \
rmapobjecttableviewdelegate.cpp \
rmapobjectfocusholder.cpp \
connectiondialog.cpp \
rfontselectordialog.cpp \
rpictureselectordialog.cpp \
rfontdescriptor.cpp \
rimagedescriptor.cpp \
rcompositemapobjectmodel.cpp \
rmapregistry.cpp \
rrefsdescriptor.cpp \
aboutdialog.cpp
HEADERS += \
mainwindow.h \
rmapobject.h \
rmapobjectmodel.h \
rtable.h \
rtablemodel.h \
rsection.h \
rsectionmodel.h \
rgridwidget.h \
newmapdialog.h \
rmapobjectbehaviourpolicy.h \
rmapobjectmovepolicy.h \
rmapobjectresizepolicy.h \
rmapobjectfactory.h \
rcompositemapobject.h \
rmapobjecttreewidgetitem.h \
rmapobjecttableviewdelegate.h \
rmapobjectfocusholder.h \
connectiondialog.h \
rfontselectordialog.h \
rpictureselectordialog.h \
rfontdescriptor.h \
rimagedescriptor.h \
rcompositemapobjectmodel.h \
rmapregistry.h \
rrefsdescriptor.h \
aboutdialog.h
OTHER_FILES += \
BitRestMapEditor.rc