--- qt-everywhere-opensource-src-4.8.7/src/sql/drivers/oci/qsql_oci.pri.orig 2015-05-07 16:14:48.000000000 +0200 +++ qt-everywhere-opensource-src-4.8.7/src/sql/drivers/oci/qsql_oci.pri 2015-05-27 17:03:10.620091779 +0200 @@ -7,3 +7,4 @@ LIBS *= -loci } macx:QMAKE_LFLAGS += -Wl,-flat_namespace,-U,_environ +QMAKE_CXXFLAGS += -I/usr/include/oracle/client --- qt-everywhere-opensource-src-4.8.7/config.tests/unix/oci/oci.pro.orig 2015-05-07 16:14:42.000000000 +0200 +++ qt-everywhere-opensource-src-4.8.7/config.tests/unix/oci/oci.pro 2015-05-27 17:03:32.636757522 +0200 @@ -2,3 +2,4 @@ CONFIG -= qt dylib mac:CONFIG -= app_bundle LIBS += -lclntsh +QMAKE_CXXFLAGS += -I/usr/include/oracle/client