-
Notifications
You must be signed in to change notification settings - Fork 6
/
EasyEditor.pro
53 lines (45 loc) · 1.03 KB
/
EasyEditor.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
#-------------------------------------------------
#
# Project created by QtCreator 2018-01-22T19:29:39
#
#-------------------------------------------------
QT += core gui xml svg printsupport
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = EasyEditor
TEMPLATE = app
SOURCES += main.cpp\
app_settings.cpp \
ColorPicker.cpp \
ComboBoxColor.cpp \
DlgParaMargin.cpp \
DlgScaleImg.cpp \
MenuColor.cpp \
MenuUnderline.cpp \
MyRichEdit.cpp \
PanelFindReplace.cpp \
MyDocument.cpp \
MainWindow.cpp \
MacUnifiedToolBar.cpp
HEADERS += \
app_settings.h \
app_utilities.h \
ColorPicker.h \
ComboBoxColor.h \
common_headers.h \
cpp_utilities.h \
DlgParaMargin.h \
DlgScaleImg.h \
file_utilities.h \
MenuColor.h \
MenuUnderline.h \
MyRichEdit.h \
PanelFindReplace.h \
platform_specific.h \
string_utilities.h \
type_defs.h \
MyDocument.h \
MainWindow.h \
MacUnifiedToolBar.h
RESOURCES += \
res.qrc
DISTFILES +=