-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathEnglishHelper.pro
52 lines (45 loc) · 1001 Bytes
/
EnglishHelper.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
#-------------------------------------------------
#
# Project created by QtCreator 2015-03-31T23:16:13
#
#-------------------------------------------------
QT += webkit
QT += webkitwidgets
QT += core gui
QT += core
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = EnglishHelper
TEMPLATE = app
SOURCES += \
src/main.cpp \
src/control.cpp \
src/chooseui.cpp \
src/findui.cpp \
src/memoryui.cpp \
src/articleui.cpp \
src/settingsui.cpp\
src/word.cpp\
src/func.cpp \
src/aboutui.cpp \
src/user.cpp \
HEADERS += \
src/control.h \
src/chooseui.h \
src/findui.h \
src/memoryui.h \
src/articleui.h \
src/settingsui.h \
src/word.h \
src/func.h \
src/aboutui.h \
src/user.h \
FORMS += \
form/control.ui \
form/chooseui.ui \
form/findui.ui \
form/memoryui.ui \
form/articleui.ui \
form/settingsui.ui \
form/aboutui.ui
RESOURCES += \
res/resource.qrc \