-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathVisualMemoryTest.pro
More file actions
67 lines (56 loc) · 1.41 KB
/
VisualMemoryTest.pro
File metadata and controls
67 lines (56 loc) · 1.41 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
#-------------------------------------------------
#
# Project created by QtCreator 2016-10-11T14:49:01
#
#-------------------------------------------------
QT += core gui sql
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets multimedia
TARGET = VisualMemoryTest
TEMPLATE = app
SOURCES += main.cpp\
MainWindow.cpp \
BackGroundWidget.cpp \
GraphicsWidget.cpp \
PixmapLabel.cpp \
PlayerNameDlg.cpp \
TimerWidget.cpp \
TopList.cpp \
SoundEffects.cpp \
CardDealer.cpp \
FloatingPopUp.cpp \
DbHandler.cpp \
HelpDialog.cpp
HEADERS += MainWindow.h \
BackGroundWidget.h \
GraphicsWidget.h \
PixmapLabel.h \
PlayerNameDlg.h \
TimerWidget.h \
TopList.h \
SoundEffects.h \
CardDealer.h \
FloatingPopUp.h \
DbHandler.h \
PlayerResult.h \
HelpDialog.h
FORMS += MainWindow.ui \
BackGroundWidget.ui \
GraphicsWidget.ui \
PlayerNameDlg.ui \
TopList.ui \
HelpDialog.ui
RESOURCES += \
resources.qrc
RC_FILE = VisualMemoryTest.rc
TRANSLATIONS += \
VisualMemoryTest_hu.ts \
VisualMemoryTest_en.ts \
VisualMemoryTest_de.ts \
VisualMemoryTest_es.ts \
VisualMemoryTest_ru.ts \
OTHER_FILES += \
VisualMemoryTest_de.ts \
VisualMemoryTest_en.ts \
VisualMemoryTest_es.ts \
VisualMemoryTest_hu.ts \
VisualMemoryTest_ru.ts