-
Notifications
You must be signed in to change notification settings - Fork 0
/
MangaLib.pro
73 lines (62 loc) · 1.35 KB
/
MangaLib.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
62
63
64
65
66
67
68
69
70
71
72
73
#-------------------------------------------------
#
# Project created by QtCreator 2015-06-23T11:54:50
#
#-------------------------------------------------
QT += core gui sql
static {
QT += svg
}
win32 {
RC_ICONS = icons\MangaLib.ico
}
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = MangaLib
TEMPLATE = app
SOURCES += main.cpp\
mainwindow.cpp \
hashthread.cpp \
dbtablewidget.cpp \
dbschema.cpp \
fileexplorer.cpp \
sqlitedb.cpp \
fsmixdbmodel.cpp \
hashpool.cpp \
tagpool.cpp \
tagtypeselector.cpp \
filetagswidget.cpp \
dbmanager.cpp \
rankpool.cpp \
rankdelegate.cpp \
rank/stareditor.cpp \
rank/starrating.cpp \
fsfilterproxymodel.cpp
HEADERS += mainwindow.h \
hashthread.h \
dbtablewidget.h \
dbschema.h \
fileexplorer.h \
sqlitedb.h \
fsmixdbmodel.h \
hashpool.h \
tagpool.h \
tagtypeselector.h \
filetagswidget.h \
dbmanager.h \
rankpool.h \
rankdelegate.h \
rank/stareditor.h \
rank/starrating.h \
fsfilterproxymodel.h
FORMS += mainwindow.ui \
dbtablewidget.ui \
fileexplorer.ui \
tagtypeselector.ui \
filetagswidget.ui \
dbmanager.ui
RESOURCES += \
icon.qrc
OTHER_FILES += \
icons/icon.svg \
dbschema.json
#CONFIG(release, debug|release):DEFINES += QT_NO_DEBUG_OUTPUT