diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-07-26 16:51:15 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-07-26 16:51:15 +0000 |
commit | 9fa9eb9ac7bf1d3de825ee25a8f0ae81b7b77896 (patch) | |
tree | 9b071a8105704e992946dcd6b801e9fcb7635142 /archivers/quazip/files/patch-qztest_qztest.pro | |
parent | MooseFS is a Fault tolerant, High Available, Highly Performing, Scale-Out, (diff) |
Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.
With hat: portmgr
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=419133
Diffstat (limited to 'archivers/quazip/files/patch-qztest_qztest.pro')
-rw-r--r-- | archivers/quazip/files/patch-qztest_qztest.pro | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/archivers/quazip/files/patch-qztest_qztest.pro b/archivers/quazip/files/patch-qztest_qztest.pro new file mode 100644 index 000000000000..9b1960fad4be --- /dev/null +++ b/archivers/quazip/files/patch-qztest_qztest.pro @@ -0,0 +1,14 @@ +--- qztest/qztest.pro.orig 2014-02-10 18:04:08 UTC ++++ qztest/qztest.pro +@@ -40,7 +40,10 @@ MOC_DIR = .moc + + 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 |