Welcome to mirror list, hosted at ThFree Co, Russian Federation.

src.pri « image « intern « freestyle « blender « source - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c047929b49f601575b08ad650ef595f05ae5fdc5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
#			      W A R N I N G ! ! !                             #
#             a u t h o r i z e d    p e r s o n a l    o n l y               #
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #

IMAGE_DIR = ../image

SOURCES *= $${IMAGE_DIR}/GaussianFilter.cpp \
           $${IMAGE_DIR}/ImagePyramid.cpp

HEADERS *= $${IMAGE_DIR}/Image.h \
           $${IMAGE_DIR}/GaussianFilter.h \
           $${IMAGE_DIR}/ImagePyramid.h