]> git.pld-linux.org Git - packages/qt5-qtbase.git/blob - qtbase-oracle-instantclient.patch
- updated to 5.8.0
[packages/qt5-qtbase.git] / qtbase-oracle-instantclient.patch
1 --- a/src/plugins/sqldrivers/oci/oci.pro~       2017-01-18 15:20:58.000000000 +0100
2 +++ b/src/plugins/sqldrivers/oci/oci.pro        2017-01-23 22:35:03.156681327 +0100
3 @@ -7,6 +7,8 @@ QMAKE_USE += oci
4  
5  darwin:QMAKE_LFLAGS += -Wl,-flat_namespace,-U,_environ
6  
7 +QMAKE_CXXFLAGS += -I/usr/include/oracle/client
8 +
9  OTHER_FILES += oci.json
10  
11  PLUGIN_CLASS_NAME = QOCIDriverPlugin
12 --- a/config.tests/unix/oci/oci.pro~    2017-01-18 15:20:58.000000000 +0100
13 +++ b/config.tests/unix/oci/oci.pro     2017-01-23 22:35:23.760582770 +0100
14 @@ -1,2 +1,3 @@
15  SOURCES = oci.cpp
16  CONFIG -= qt dylib
17 +QMAKE_CXXFLAGS += -I/usr/include/oracle/client
This page took 0.166755 seconds and 3 git commands to generate.