-
Notifications
You must be signed in to change notification settings - Fork 0
/
picadvisor.pro
56 lines (49 loc) · 1.03 KB
/
picadvisor.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
x#-------------------------------------------------
#
# Project created by QtCreator 2019-02-27T10:23:14
#
#-------------------------------------------------
QT += core gui sql
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = picadvisor
TEMPLATE = app
SOURCES += main.cpp \
frmlogin.cpp \
database.cpp \
error.cpp \
user.cpp \
frmmainmenu.cpp \
frmstartgame.cpp \
highscore.cpp \
level.cpp \
highscoreliste.cpp \
levelliste.cpp \
gameimage.cpp \
imagecathegory.cpp \
imagelist.cpp \
imagecathegorylist.cpp \
frmgamewindow.cpp \
userlist.cpp
HEADERS += \
frmlogin.h \
database.h \
error.h \
user.h \
databaseanswer.h \
frmmainmenu.h \
frmstartgame.h \
level.h \
highscore.h \
highscoreliste.h \
levelliste.h \
gameimage.h \
imagecathegory.h \
imagelist.h \
imagecathegorylist.h \
frmgamewindow.h \
userlist.h
FORMS += \
frmlogin.ui \
frmmainmenu.ui \
frmstartgame.ui \
frmgamewindow.ui