summaryrefslogtreecommitdiffstats
path: root/src/qt.mk
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2011-11-03 16:08:47 (GMT)
committerMark Brand <mabrand@mabrand.nl>2011-11-03 16:08:47 (GMT)
commit4d17c8df490538b78748ac5249e67e1719a1ef1b (patch)
treee776db1cb9f9bb389c29e7c4a0d07b53f40d6b9e /src/qt.mk
parent89ef11aa810d7405e9eb5f30b55799d229cebd91 (diff)
downloadmxe-4d17c8df490538b78748ac5249e67e1719a1ef1b.zip
mxe-4d17c8df490538b78748ac5249e67e1719a1ef1b.tar.gz
mxe-4d17c8df490538b78748ac5249e67e1719a1ef1b.tar.bz2
package qt: removed stale comments
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" \