-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathZothReader.pro
More file actions
43 lines (37 loc) · 867 Bytes
/
ZothReader.pro
File metadata and controls
43 lines (37 loc) · 867 Bytes
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
#-------------------------------------------------
#
# Project created by QtCreator 2012-07-05T14:40:41
#
#-------------------------------------------------
QT += core gui webkit xml
TARGET = ZothReader
TEMPLATE = app
SOURCES += main.cpp\
mainwindow.cpp \
enexport.cpp \
enexportparser.cpp \
ennote.cpp \
enresource.cpp \
endisplay.cpp \
encontent.cpp \
encontentparser.cpp \
settingsdialog.cpp \
hellodialog.cpp \
tools.cpp \
enview.cpp
#tests/test_enexport.cpp \
#tests/test_enexportparser.cpp
HEADERS += mainwindow.h \
enexport.h \
enexportparser.h \
ennote.h \
enresource.h \
endisplay.h \
encontent.h \
encontentparser.h \
settingsdialog.h \
hellodialog.h \
tools.h \
enview.h
RESOURCES += \
res.qrc