-
Notifications
You must be signed in to change notification settings - Fork 0
/
Tadra.pro
89 lines (79 loc) · 1.71 KB
/
Tadra.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
#-------------------------------------------------
#
# Project created by QtCreator 2014-01-16T15:32:38
#
#-------------------------------------------------
cache()
QT += core gui network xml
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = Tadra
TEMPLATE = app
SOURCES += main.cpp\
window.cpp \
floatroutine.cpp \
graphicobject.cpp \
graphicwidget.cpp \
hintwindow.cpp \
tabdata.cpp \
headbar.cpp \
tabcontroller.cpp \
sheet.cpp \
book.cpp \
design.cpp \
dlgtablabel.cpp \
graphicbutton.cpp \
base.cpp \
documentbody.cpp \
documentboxbuttons.cpp \
gridcoordinategenerator.cpp \
gridscale.cpp \
placeroutine.cpp \
documentlayer.cpp \
documentbox.cpp \
chartroutine.cpp \
colorroutine.cpp \
currencychartwidget.cpp \
currencyinstrument.cpp \
numeral.cpp \
searchengine.cpp \
searchinput.cpp \
searchinputhighlight.cpp \
timelyaction.cpp
HEADERS += window.h \
floatroutine.h \
graphicobject.h \
graphicwidget.h \
hintwindow.h \
tabdata.h \
headbar.h \
tabcontroller.h \
singletont.h \
sheet.h \
book.h \
design.h \
dlgtablabel.h \
graphicbutton.h \
base.h \
documentbody.h \
documentboxbuttons.h \
gridcoordinategenerator.h \
gridscale.h \
placeroutine.h \
indexsortheplert.h \
documentlayer.h \
documentbox.h \
chartroutine.h \
colorroutine.h \
currencychartwidget.h \
currencyinstrument.h \
numeral.h \
searchengine.h \
searchinput.h \
searchinputhighlight.h \
timelyaction.h
FORMS += \
hintwindow.ui \
dlgtablabel.ui
CONFIG += c++11
RESOURCES += \
resources.qrc