1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

- Add a patch to fix build, when a previous version is installed

This commit is contained in:
Nicola Vitale 2014-03-30 03:10:03 +00:00
parent 0ad3a3efa3
commit 798c36c6c4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=349605

View File

@ -0,0 +1,14 @@
--- ./qztest/qztest.pro.orig 2014-02-09 12:36:57.000000000 +0100
+++ ./qztest/qztest.pro 2014-03-30 05:01:44.000000000 +0200
@@ -39,7 +39,10 @@
win32:CONFIG(release, debug|release): LIBS += -L$$OUT_PWD/../quazip/release/ -lquazip
else:win32:CONFIG(debug, debug|release): LIBS += -L$$OUT_PWD/../quazip/debug/ -lquazip
-else:unix: LIBS += -L$$OUT_PWD/../quazip/ -lquazip
+else:unix: LIBS += -L$$OUT_PWD/../quazip/ -lquazip $$join(QMAKE_LIBDIR, " -L", -L) -L$$QMAKE_LIBDIR_QT
+
+QMAKE_LIBDIR=
+QMAKE_LIBDIR_QT=
INCLUDEPATH += $$PWD/..
DEPENDPATH += $$PWD/../quazip