# HG changeset patch # User Mark Brand # Date 1313568840 -7200 # Node ID bd2c578f0833795854fe11a54ce25d8fb51cc5ea # Parent c6831f324cc386529f4e869cde0f61178fdf07ca package qt: handle gnutls dependency introduced by freetds diff -r c6831f324cc3 -r bd2c578f0833 src/qt-test.pro --- a/src/qt-test.pro Mon Aug 15 12:40:35 2011 +0200 +++ b/src/qt-test.pro Wed Aug 17 10:14:00 2011 +0200 @@ -2,5 +2,6 @@ # See doc/index.html for further information. TARGET = test-qt +QT += network sql SOURCES += qt-test.cpp FORMS += qt-test.ui diff -r c6831f324cc3 -r bd2c578f0833 src/qt.mk --- a/src/qt.mk Mon Aug 15 12:40:35 2011 +0200 +++ b/src/qt.mk Wed Aug 17 10:14:00 2011 +0200 @@ -28,7 +28,7 @@ cd '$(1)' && \ OPENSSL_LIBS="`'$(TARGET)-pkg-config' --libs-only-l openssl`" \ PSQL_LIBS="-lpq -lsecur32 `'$(TARGET)-pkg-config' --libs-only-l openssl` -lws2_32" \ - SYBASE_LIBS="-lsybdb -liconv -lws2_32" \ + SYBASE_LIBS="-lsybdb -liconv -lws2_32 `'$(TARGET)-pkg-config' --libs-only-l gnutls`" \ ./configure \ -opensource \ -confirm-license \