-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPanelTest.pro
39 lines (33 loc) · 981 Bytes
/
PanelTest.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
#-------------------------------------------------
#
# Project created by QtCreator 2011-03-14T10:01:19
#
#-------------------------------------------------
QT += core gui
QT += opengl
TARGET = PanelTest
TEMPLATE = app
SOURCES += main.cpp\
mainwindow.cpp \
imagepropertiesdockwidget.cpp \
imageeffectsdockwidget.cpp \
qgraphicsbloomfilter.cpp \
qgraphicsnoisereductionfilter.cpp \
qgraphicsblurfilter.cpp \
qgraphicsvingettingfilter.cpp \
qgraphicssharpenfilter.cpp \
qgraphicschromaticaberrationfilter.cpp \
mythread.cpp
HEADERS += mainwindow.h \
imagepropertiesdockwidget.h \
imageeffectsdockwidget.h \
qgraphicsbloomfilter.h \
qgraphicsnoisereductionfilter.h \
qgraphicsblurfilter.h \
qgraphicsvingettingfilter.h \
qgraphicssharpenfilter.h \
qgraphicschromaticaberrationfilter.h \
mythread.h
FORMS += mainwindow.ui \
imagepropertiesdockwidget.ui \
imageeffectsdockwidget.ui