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
3030 pkg-config \
3131 libgl1-mesa-dev \
3232 libicu-dev \
33+ firebird-dev \
34+ libmysqlclient-dev \
35+ libpq-dev \
3336 # bc suggested for openssl tests
3437 bc \
3538 libssl-dev \
Original file line number Diff line number Diff line change 11#! /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 11#! /bin/sh
2+ # Patch Qt to find Firebird library
3+ sed -i -e ' s/"-lgds"/"-lfbclient"/' ../qtbase/src/plugins/sqldrivers/configure.json
4+
25../configure -prefix $QT_PREFIX -opensource -confirm-license -nomake examples -nomake tests
You can’t perform that action at this time.
0 commit comments