-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbookcracker.pro
66 lines (54 loc) · 1.54 KB
/
bookcracker.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
######################################################################
# Automatically generated by qmake (3.1) Sat May 13 14:27:03 2023
######################################################################
QT += widgets network xml multimedia core opengl sql
CONFIG += link_pkgconfig
CONFIG += qt
CONFIG += C++17
CONFIG += debug_and_release
PKGCONFIG += poppler
PKGCONFIG += poppler-qt$${QT_MAJOR_VERSION}
TEMPLATE = app
TARGET = bookcracker
INCLUDEPATH += .
INCLUDEPATH += /usr/include/poppler
INCLUDEPATH += /usr/include/poppler/qt$${QT_MAJOR_VERSION}
# You can make your code fail to compile if you use deprecated APIs.
# In order to do so, uncomment the following line.
# Please consult the documentation of the deprecated API in order to know
# how to port your code away from it.
# You can also select to disable deprecated APIs only up to a certain version of Qt.
#DEFINES += QT_DISABLE_DEPRECATED_UP_TO=0x060000 # disables all APIs deprecated in Qt 6.0.0 and earlier
# Input
HEADERS += \
mainwindow.h \
settings.h \
utils.h \
widget.h \
worditem.h \
wordlistwidget.h \
wordmodel.h \
words.h \
youdao.h \
sqlmanager.h \
pageitem.h \
pageview.h \
outline.h \
pagecontainer.h \
SOURCES += \
main.cc \
mainwindow.cc \
settings.cc \
utils.cc \
widget.cc \
worditem.cc \
wordlistwidget.cc \
wordmodel.cc \
words.cc \
youdao.cc \
sqlmanager.cc \
pageitem.cc \
pageview.cc \
outline.cc \
pagecontainer.cc \
RESOURCES += resources/sqlfiles.qrc