forked from MrKepzie/Natron
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathOpenColorIO-Configs.pri
More file actions
31 lines (27 loc) · 974 Bytes
/
OpenColorIO-Configs.pri
File metadata and controls
31 lines (27 loc) · 974 Bytes
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
OCIO.files = \
$$PWD/OpenColorIO-Configs/ChangeLog \
$$PWD/OpenColorIO-Configs/README \
$$PWD/OpenColorIO-Configs/aces_0.1.1 \
$$PWD/OpenColorIO-Configs/aces_0.7.1 \
$$PWD/OpenColorIO-Configs/blender \
$$PWD/OpenColorIO-Configs/blender-cycles \
$$PWD/OpenColorIO-Configs/natron \
$$PWD/OpenColorIO-Configs/nuke-default \
$$PWD/OpenColorIO-Configs/spi-anim \
$$PWD/OpenColorIO-Configs/spi-vfx
# ACES 1.0.1 also has baked luts and python files which we don't want to bundle
OCIO_aces_101.files = \
$$PWD/OpenColorIO-Configs/aces_1.0.1/config.ocio \
$$PWD/OpenColorIO-Configs/aces_1.0.1/luts
macx {
OCIO.path = Contents/Resources/OpenColorIO-Configs
QMAKE_BUNDLE_DATA += OCIO
OCIO_aces_101.path = Contents/Resources/OpenColorIO-Configs/aces_1.0.1
QMAKE_BUNDLE_DATA += OCIO_aces_101
}
!macx {
OCIO.path = $$OUT_PWD/OpenColorIO-Configs
INSTALLS += OCIO
OCIO_aces_101.path = $$OUT_PWD/OpenColorIO-Configs/aces_1.0.1
INSTALLS += OCIO_aces_101
}