-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSmartImage.pro
More file actions
52 lines (43 loc) · 917 Bytes
/
SmartImage.pro
File metadata and controls
52 lines (43 loc) · 917 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
44
45
46
47
48
49
50
51
52
#-------------------------------------------------
#
# Project created by QtCreator 2016-04-25T18:30:52
#
#-------------------------------------------------
QT += core gui
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = SmartImage
TEMPLATE = app
SOURCES += main.cpp\
mainwindow.cpp \
simpleaver.cpp \
adaptaver.cpp \
curver.cpp \
sharper.cpp \
edger.cpp \
colorer.cpp \
bilaterator.cpp \
helpwindow.cpp \
aboutwindow.cpp
HEADERS += mainwindow.h \
simpleaver.h \
adaptaver.h \
curver.h \
sharper.h \
edger.h \
colorer.h \
bilaterator.h \
helpwindow.h \
aboutwindow.h
FORMS += mainwindow.ui \
simpleaver.ui \
adaptaver.ui \
curver.ui \
sharper.ui \
edger.ui \
colorer.ui \
bilaterator.ui \
helpwindow.ui \
aboutwindow.ui
RESOURCES += \
placeholders.qrc
RC_ICONS = si.ico