-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPGEE_Control.pro
61 lines (49 loc) · 1.33 KB
/
PGEE_Control.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
57
58
59
60
61
#-------------------------------------------------
#
# Project created by QtCreator 2013-04-03T16:30:55
#
#-------------------------------------------------
QT += core gui
QT += printsupport
QT += sql
QT += multimedia multimediawidgets
QMAKE_CXXFLAGS_WARN_OFF -= -Wunused-parameter
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = PGEE_Control
TEMPLATE = app
SOURCES += main.cpp\
logonmenu.cpp \
mainwindow.cpp \
nstudentdialog.cpp \
cameraclass.cpp \
listwithstudents.cpp \
electronicaldiary.cpp \
notesforstudents.cpp \
electronicaldiary_write.cpp \
forpgee.cpp \
changeinformationdialog.cpp \
timerencryptiondialog.cpp
HEADERS += logonmenu.h \
mainwindow.h \
nstudentdialog.h \
cameraclass.h \
listwithstudents.h \
electronicaldiary.h \
notesforstudents.h \
electronicaldiary_write.h \
forpgee.h \
changeinformationdialog.h \
timerencryptiondialog.h
FORMS += logonmenu.ui \
mainwindow.ui \
nstudentdialog.ui \
cameraclass.ui \
listwithstudents.ui \
electronicaldiary.ui \
notesforstudents.ui \
electronicaldiary_write.ui \
forpgee.ui \
changeinformationdialog.ui \
timerencryptiondialog.ui
RESOURCES += \
MainResources.qrc