-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGC2.pro
More file actions
56 lines (50 loc) · 1.08 KB
/
GC2.pro
File metadata and controls
56 lines (50 loc) · 1.08 KB
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
#-------------------------------------------------
#
# Project created by QtCreator 2015-12-21T23:16:04
#
#-------------------------------------------------
QT += core gui
QT += printsupport
QMAKE_CXXFLAGS += -std=c++11
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = GC2
TEMPLATE = app
SOURCES += \
main.cpp \
histogramm.cpp \
fleximage.cpp \
redcross.cpp \
pictureinfo.cpp \
histogrammausgleich.cpp \
filterlinear.cpp \
filter.cpp \
geradendetektor.cpp \
histogrammtab.cpp \
controller.cpp \
imageviewer.cpp \
functionbox.cpp \
filtertest.cpp \
edge_detection_USM.cpp \
infotab.cpp \
stdslider.cpp \
utils.cpp \
miscoperations.cpp
HEADERS += \
histogramm.h \
fleximage.h \
redcross.h \
pictureinfo.h \
histogrammausgleich.h \
filterlinear.h \
filter.h \
geradendetektor.h \
histogrammtab.h \
controller.h \
imageviewer.h \
functionbox.h \
filtertest.h \
edge_detection_USM.h \
infotab.h \
stdslider.h \
utils.h \
miscoperations.h