summaryrefslogtreecommitdiffstats
path: root/src/qt.mk
diff options
context:
space:
mode:
Diffstat (limited to 'src/qt.mk')
-rw-r--r--src/qt.mk5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/qt.mk b/src/qt.mk
index 4aad3d0..5d51efa 100644
--- a/src/qt.mk
+++ b/src/qt.mk
@@ -22,11 +22,6 @@ endef
define $(PKG)_BUILD
cd '$(1)' && QTDIR='$(1)' ./bin/syncqt
- # We prefer static mingw-cross-env system libs for static build:
- # -system-zlib -system-libpng -system-libjpeg -system-libtiff -system-libmng -system-sqlite
- # There is no -system-gif option.
- #
- # For shared Qt with qt-zlib, add -lQtCore4 to end of OPENSSL_LIBS to satisfy zlib dependency.
cd '$(1)' && \
OPENSSL_LIBS="`'$(TARGET)-pkg-config' --libs-only-l openssl`" \
PSQL_LIBS="-lpq -lsecur32 `'$(TARGET)-pkg-config' --libs-only-l openssl` -lws2_32" \