forked from Hackeridze/Qtnp
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Qtnp.pro
79 lines (70 loc) · 1.9 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
#-------------------------------------------------
#
# Project created by QtCreator 2012-12-22T21:00:51
#
#-------------------------------------------------
QT += core gui
CONFIG += c++11
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = qtnp
TEMPLATE = app
win32 {
RC_FILE = winico.rc
}
SOURCES += main.cpp\
Qtnp.cpp \
DigitalClock.cpp \
DrawCore.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 \
ColorWidget.cpp \
GCPWidget.cpp \
DrawGCPDialog.cpp \
Settings.cpp \
NewFileDialog.cpp \
DrawGraphicDialog.cpp \
SettingsDialog.cpp
HEADERS += Qtnp.h \
DigitalClock.h \
DrawCore.h \
DrawTools.h \
fparser/fparser.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 \
ColorWidget.h \
GCPWidget.h \
DrawGCPDialog.h \
Settings.h \
NewFileDialog.h \
DrawGraphicDialog.h \
SettingsDialog.h
FORMS += Qtnp.ui \
GCPWidget.ui \
DrawGCPDialog.ui \
NewFileDialog.ui \
DrawGraphicDialog.ui \
SettingsDialog.ui
RESOURCES += \
resources.qrc
TRANSLATIONS += \
ru_RU.ts