-
Notifications
You must be signed in to change notification settings - Fork 0
/
WordTester.pro
74 lines (45 loc) · 990 Bytes
/
WordTester.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
#-------------------------------------------------
#
# Project created by QtCreator 2011-09-05T20:56:40
#
#-------------------------------------------------
QT += core gui
CONFIG += qaxcontainer
TARGET = WordTester
TEMPLATE = app
TRANSLATIONS = WordTester_zh_CN.ts
SOURCES += main.cpp\
dialog.cpp \
word.cpp \
wbutton.cpp \
mdialog.cpp \
sdelegate.cpp \
wtable.cpp \
tdialog.cpp \
WSheet.cpp \
menu/XActionMenu.cpp \
menu/QMenuPrivate.cpp
win32 {
SOURCES += voice/XpTTSVoice.cpp
}
HEADERS += dialog.h \
word.h \
wbutton.h \
mdialog.h \
sdelegate.h \
wtable.h \
tdialog.h \
WSheet.h \
menu/XActionMenu.h \
main.h
win32 {
HEADERS += voice/XpTTSVoice.h
}
FORMS += dialog.ui \
mdialog.ui \
tdialog.ui
RESOURCES += \
WordTester.qrc
RC_FILE += myapp.rc
OTHER_FILES += \
myapp.rc