-
Notifications
You must be signed in to change notification settings - Fork 1
/
LangLearn.pro
45 lines (39 loc) · 939 Bytes
/
LangLearn.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
#-------------------------------------------------
#
# Project created by QtCreator 2017-08-01T20:29:05
#
#-------------------------------------------------
QT += core gui sql
QTPLUGIN += qsqlite
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = LangLearn
TEMPLATE = app
SOURCES += main.cpp\
startwindow.cpp \
addwordswindow.cpp \
database.cpp \
dictionarywindow.cpp \
studywindow.cpp \
superedit.cpp \
settings.cpp \
resultswindow.cpp \
setupstudywindow.cpp \
studysession.cpp
HEADERS += startwindow.h \
addwordswindow.h \
database.h \
dictionarywindow.h \
studywindow.h \
superedit.h \
settings.h \
resultswindow.h \
setupstudywindow.h \
studysession.h
FORMS += startwindow.ui \
addwordswindow.ui \
dictionarywindow.ui \
studywindow.ui \
superedit.ui \
settings.ui \
resultswindow.ui \
setupstudywindow.ui