-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathQtnp.pro
98 lines (89 loc) · 2.36 KB
/
Qtnp.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
96
97
98
#-------------------------------------------------
#
# Project created by QtCreator 2011-10-04T22:55:22
#
#-------------------------------------------------
QT += core gui
TARGET = Qtnp
TEMPLATE = app
SOURCES += main.cpp \
qtnp.cpp \
QtnpColorWidget.cpp \
QtnpImage.cpp \
QtnpNewFileDialog.cpp \
QtnpAddGridDialog.cpp \
QtnpGridAndCoordPlane.cpp \
fparser/muparser/muParserTokenReader.cpp \
fparser/muparser/muParserTest.cpp \
fparser/muparser/muParserInt.cpp \
fparser/muparser/muParserError.cpp \
fparser/muparser/muParserDLL.cpp \
fparser/muparser/muParserCallback.cpp \
fparser/muparser/muParserBytecode.cpp \
fparser/muparser/muParserBase.cpp \
fparser/muparser/muParser.cpp \
fparser/fparser.cpp \
QtnpGraphicDialog.cpp \
QtnpMenuWidget.cpp \
digital_clock.cpp
HEADERS += qtnp.h \
QtnpColorWidget.h \
QtnpTool.h \
QtnpImage.h \
QtnpNewFileDialog.h \
QtnpAddGridDialog.h \
QtnpGridAndCoordPlane.h \
fparser/muparser/muParserTokenReader.h \
fparser/muparser/muParserToken.h \
fparser/muparser/muParserTest.h \
fparser/muparser/muParserTemplateMagic.h \
fparser/muparser/muParserStack.h \
fparser/muparser/muParserInt.h \
fparser/muparser/muParserFixes.h \
fparser/muparser/muParserError.h \
fparser/muparser/muParserDLL.h \
fparser/muparser/muParserDef.h \
fparser/muparser/muParserCallback.h \
fparser/muparser/muParserBytecode.h \
fparser/muparser/muParserBase.h \
fparser/muparser/muParser.h \
fparser/fparser.h \
QtnpGraphicDialog.h \
QtnpMenuWidget.h \
digital_clock.h
FORMS += \
qtnp.ui \
QtnpNewFileDialog.ui \
QtnpAddGridDialog.ui \
QtnpGridAndCoordPlane.ui \
QtnpGraphicDialog.ui
RESOURCES += \
res.qrc
TRANSLATIONS = qtnp_ru.ts
OTHER_FILES += \
res/template.png \
res/splash.png \
res/save.png \
res/save_as.png \
res/qtnp_ru.qm \
res/qtnp_en.qm \
res/prev.png \
res/pencil.png \
res/pencil_ico.png \
res/open.png \
res/next.png \
res/new.png \
res/line.png \
res/line_ico.png \
res/jogged.png \
res/jogged_ico.png \
res/grid.png \
res/graphic.png \
res/fullscreen.png \
res/exit.png \
res/cursor.png \
res/circle.png \
res/change_pens_ico.png \
res/about.png \
VERSION \
res/GNU_GPLv3_Logo.png