-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFlashcardPro.pro
More file actions
75 lines (67 loc) · 1.64 KB
/
Copy pathFlashcardPro.pro
File metadata and controls
75 lines (67 loc) · 1.64 KB
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
#-------------------------------------------------
#
# Project created by QtCreator 2015-03-25T13:26:48
#
#-------------------------------------------------
QT += core gui
QT += opengl
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = FlashcardPro
TEMPLATE = app
INCLUDEPATH += ./src
INCLUDEPATH += ./include
SOURCES += src/main.cpp \
src/mainwindow.cpp \
src/flashcard.cpp \
src/deck.cpp \
src/studyarea.cpp \
src/imagebox.cpp \
src/decklabel.cpp \
src/decksview.cpp \
src/login.cpp \
src/FlipWidget.cpp \
src/RoundRectItem.cpp \
src/mainmenu.cpp \
src/deckmenu.cpp \
src/statsview.cpp \
src/builder.cpp \
src/builderitem.cpp \
src/qcustomplot.cpp \
src/scoreplot.cpp \
src/newuser.cpp \
src/user.cpp \
src/userselect.cpp \
src/tutorial.cpp \
src/deletebutton.cpp
HEADERS += include/mainwindow.h \
include/flashcard.h \
include/studyarea.h \
include/imagebox.h \
include/deck.h \
include/decklabel.h \
include/decksview.h \
include/login.h \
include/FlipWidget.h \
include/RoundRectItem.h \
include/mainmenu.h \
include/deckmenu.h \
include/statsview.h \
include/builder.h \
include/builderitem.h \
include/qcustomplot.h \
include/scoreplot.h \
include/newuser.h \
include/user.h \
include/userselect.h \
include/tutorial.h \
include/deletebutton.h
DISTFILES += \
info.txt \
test_set.txt \
test_set2.txt \
login_names.txt \
working_deck.txt \
../../../../../Desktop/Lauren_FCP/Tutorial Deck.dek
RESOURCES += \
images.qrc \
fonts.qrc