-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathcharactersheet.pri
64 lines (54 loc) · 1.69 KB
/
charactersheet.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
QT += quickwidgets
HEADERS += $$PWD/charactersheetwindow.h \
$$PWD/charactersheetmodel.h\
$$PWD/charactersheet.h \
$$PWD/charactersheetitem.h \
$$PWD/field.h\
$$PWD/tablefield.h\
$$PWD/csitem.h\
$$PWD/section.h \
$$PWD/imagemodel.h \
$$PWD/sheetwidget.h \
$$PWD/rolisteamimageprovider.h \
$$PWD/formula/formulamanager.h \
$$PWD/formula/parsingtoolformula.h \
$$PWD/formula/nodes/formulanode.h \
$$PWD/formula/nodes/startnode.h \
$$PWD/formula/nodes/operator.h \
$$PWD/formula/nodes/valuefnode.h \
$$PWD/formula/nodes/scalaroperatorfnode.h \
$$PWD/formula/nodes/parenthesesfnode.h
## $$PWD/charactersheetbutton.h \
## $$PWD/charactersheetbutton.cpp \
SOURCES += $$PWD/charactersheetwindow.cpp \
$$PWD/charactersheetmodel.cpp\
$$PWD/charactersheet.cpp \
$$PWD/charactersheetitem.cpp \
$$PWD/section.cpp \
$$PWD/imagemodel.cpp \
$$PWD/field.cpp\
$$PWD/tablefield.cpp\
$$PWD/csitem.cpp\
$$PWD/sheetwidget.cpp \
$$PWD/rolisteamimageprovider.cpp \
$$PWD/formula/formulamanager.cpp \
$$PWD/formula/parsingtoolformula.cpp \
$$PWD/formula/nodes/formulanode.cpp \
$$PWD/formula/nodes/startnode.cpp \
$$PWD/formula/nodes/operator.cpp \
$$PWD/formula/nodes/valuefnode.cpp \
$$PWD/formula/nodes/scalaroperatorfnode.cpp \
$$PWD/formula/nodes/parenthesesfnode.cpp
INCLUDEPATH += $$PWD formula formula/nodes
OTHER_FILES += $$PWD/qml/*.qml
RCSE{
HEADERS -=$$PWD/charactersheetwindow.h
SOURCES -=$$PWD/charactersheetwindow.cpp
}
UNIT_TEST{
HEADERS -=$$PWD/charactersheetwindow.h \
SOURCES -=$$PWD/charactersheetwindow.cpp\
}
DISTFILES += \
$$PWD/qml/RLabel.qml \
$$PWD/qml/Table.qml