-
Notifications
You must be signed in to change notification settings - Fork 0
/
PVRDecrypt.pro
60 lines (48 loc) · 1.02 KB
/
PVRDecrypt.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
#-------------------------------------------------
#
# sajat szoveg
#
#-------------------------------------------------
QT += widgets core gui
QT += xml
TEMPLATE = app
TARGET = PVRDecrypt
RCC_DIR = "build"
UI_DIR = "build"
MOC_DIR = "build"
OBJECTS_DIR = "build"
CONFIG(debug, debug|release) {
DESTDIR = "debug"
}
CONFIG(release, debug|release) {
DESTDIR = "release"
}
INCLUDEPATH += "../../include"
#Standard module files
FORMS += mainwindow.ui \
qmetainfodialog.ui
SOURCES += main.cpp\
mainwindow.cpp \
aes.c \
qmetainforeader.cpp \
qmetainfodialog.cpp \
mdb.cpp \
qdrmdecrypt.cpp \
readinf.cpp \
tdetails.cpp
HEADERS += mainwindow.h \
qmetainforeader.h \
qmetainfodialog.h \
mdb.h \
qdrmdecrypt.h \
readinf.h \
tdetails.h
#---------------------------------------------------
#BASE module files
SOURCES +=
HEADERS +=
#---------------------------------------------------
RC_FILE += \
PVRDecrypt.rc
RESOURCES += \
PVRDecrypt.qrc