mirror of
https://bitbucket.org/mfeemster/fractorium.git
synced 2025-01-21 05:00:06 -05:00
--Code changes
-Add include for /usr/include/Imath for OpenEXR to defaults.pri because it wasn't building on some linux systems with out it.
This commit is contained in:
parent
2909af2408
commit
41f26c8b72
@ -60,6 +60,9 @@ exists( /usr/local/include/GL ) {
|
||||
exists( /usr/include/OpenEXR ) {
|
||||
INCLUDEPATH += /usr/include/OpenEXR
|
||||
}
|
||||
exists( /usr/include/Imath ) {
|
||||
INCLUDEPATH += /usr/include/Imath
|
||||
}
|
||||
|
||||
unix:!macx {
|
||||
INCLUDEPATH += /usr/include/libxml2
|
||||
|
Loading…
Reference in New Issue
Block a user