File tree Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,9 @@ RUN apt-get update && apt-get -y dist-upgrade && apt-get -y --no-install-recomme
30
30
pkg-config \
31
31
libgl1-mesa-dev \
32
32
libicu-dev \
33
+ firebird-dev \
34
+ libmysqlclient-dev \
35
+ libpq-dev \
33
36
# bc suggested for openssl tests
34
37
bc \
35
38
libssl-dev \
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
- ../configure -prefix $QT_PREFIX -opensource -confirm-license -nomake examples -nomake tests
2
+ # Patch Qt to find Firebird library
3
+ sed -i -e ' s/"-lgds"/"-lfbclient"/' ../qtbase/src/plugins/sqldrivers/configure.json
4
+
5
+ ../configure -prefix $QT_PREFIX -opensource -confirm-license -nomake examples -nomake tests
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
+ # Patch Qt to find Firebird library
3
+ sed -i -e ' s/"-lgds"/"-lfbclient"/' ../qtbase/src/plugins/sqldrivers/configure.json
4
+
2
5
../configure -prefix $QT_PREFIX -opensource -confirm-license -nomake examples -nomake tests
You can’t perform that action at this time.
0 commit comments