-
Notifications
You must be signed in to change notification settings - Fork 0
/
myPhotoshop.pro
59 lines (52 loc) · 1.29 KB
/
myPhotoshop.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
#-------------------------------------------------
#
# Project created by QtCreator 2017-12-08T14:28:24
#
#-------------------------------------------------
QT += core gui widgets
qtHaveModule(printsupport): QT += printsupport
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = myPhotoshop
TEMPLATE = app
SOURCES += main.cpp \
photoshopgui.cpp \
log.cpp \
imageoperations.cpp \
algebraicdialog.cpp \
huesaturalightdialog.cpp \
dualthresholddialog.cpp \
clipbox.cpp \
scaledialog.cpp \
filterdialog.cpp \
edgedetectiondialog.cpp \
houghtransformdialog.cpp \
clipdialog.cpp \
binarymorphodialog.cpp \
graymorphodialog.cpp \
structureelementcanvas.cpp \
curvecanvas.cpp \
curvedialog.cpp \
histogramdialog.cpp \
histogramview.cpp \
leveldialog.cpp
HEADERS += photoshopgui.h \
log.h \
imageoperations.h \
algebraicdialog.h \
huesaturalightdialog.h \
dualthresholddialog.h \
clipbox.h \
scaledialog.h \
filterdialog.h \
edgedetectiondialog.h \
houghtransformdialog.h \
clipdialog.h \
binarymorphodialog.h \
graymorphodialog.h \
structureelementcanvas.h \
curvecanvas.h \
curvedialog.h \
histogramdialog.h \
histogramview.h \
leveldialog.h
FORMS +=