-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathBViewQtOpenGl.pro
63 lines (53 loc) · 1.27 KB
/
BViewQtOpenGl.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
60
61
62
63
#-------------------------------------------------
#
# Project created by QtCreator 2012-03-27T15:06:30
#
#-------------------------------------------------
QT += core gui opengl
TARGET = BViewQtOpenGl
TEMPLATE = app
SOURCES += main.cpp\
mainwindow.cpp \
openglcanvas.cpp \
bimagemanager.cpp \
bdirectory.cpp \
BViewQtOpenGl_gtest.cpp \
bmpfileloader.cpp \
DataAllocator.cpp \
bimage.cpp \
brender.cpp \
bimageprocess.cpp \
bconvolution.cpp \
bfunctionmanager.cpp \
functions/grayscale.cpp \
functions/imagescale.cpp \
functions/edgedetect.cpp \
HEADERS += mainwindow.h \
openglcanvas.h \
bimagemanager.h \
bdirectory.h \
fileloaderfactory.h \
fileloader.h \
bsingletoncache.h \
bcache.h \
icacheitem.h \
bmpfileloader.h \
DataAllocator.h \
bimage.h \
bimagefileloader.h \
globalstruct.h \
brender.h \
bimageprocess.h \
bconvolution.h \
bmatrix.h \
bfunctionmanager.h \
functions/grayscale.h \
functions/imagescale.h \
functions/bfilter.h \
functions/edgedetect.h \
FORMS += mainwindow.ui
INCLUDEPATH += "gtest/include" "tbb/include"
LIBS += -Llibs -lgtestd -lbmplib
CONFIG += console
OTHER_FILES += \
shaders/grayscale.frag