forked from Y-Vladimir/SmartDeblur
-
Notifications
You must be signed in to change notification settings - Fork 0
/
SmartDeblur.pro
49 lines (39 loc) · 1007 Bytes
/
SmartDeblur.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
#-------------------------------------------------
#
# Project created by QtCreator 2012-05-19T18:47:06
#
#-------------------------------------------------
QT = core gui network xml
TARGET = SmartDeblur
TEMPLATE = app
SOURCES = main.cpp\
MainWindow.cpp \
DeconvolutionTool.cpp \
WorkerThread.cpp \
ImageUtils.cpp \
MathUtlis.cpp \
HelpDialog.cpp \
CheckUpdatesThread.cpp
HEADERS = MainWindow.h \
FFTW/fftw3.h \
DeconvolutionTool.h \
WorkerThread.h \
ImageUtils.h \
Models/Blur.h \
Models/FocusBlur.h \
Models/MotionBlur.h \
MathUtlis.h \
Models/ProcessingContext.h \
HelpDialog.h \
Models/GaussianBlur.h \
CheckUpdatesThread.h
FORMS = MainWindow.ui \
HelpDialog.ui
win32: LIBS = -L$$PWD/FFTW/libs/ -llibfftw3-3
unix: LIBS = -L$$/usr/lib/ -lfftw3_threads -lfftw3
INCLUDEPATH = $$PWD/FFTW
DEPENDPATH = $$PWD/FFTW
RESOURCES = \
MainResources.qrc
RC_FILE = SmartDeblur.rc
#CONFIG = console