freebsd-ports/multimedia/QtAV/files/patch-src_libQtAV.pro
Tobias C. Berner 4410daad3e New port: multimedia/QtAV
A cross-platform multimedia framework based on Qt and FFmpeg.
High performance. User & developer friendly. Supports Android,
iOS, Windows store and desktops.

WWW: https://github.com/wang-bin/QtAV

Reviewed by:	rakuco, jhale
Approved by:	rakuco (mentor)
Differential Revision:	https://reviews.freebsd.org/D10186
2017-04-07 19:57:04 +00:00

11 lines
570 B
Prolog

--- src/libQtAV.pro.orig 2017-04-06 20:20:44 UTC
+++ src/libQtAV.pro
@@ -18,7 +18,7 @@ staticlib: DEFINES += BUILD_QTAV_STATIC
static: CONFIG *= static_ffmpeg
INCLUDEPATH += $$[QT_INSTALL_HEADERS]
icon.files = $$PWD/$${TARGET}.svg
-icon.path = /usr/share/icons/hicolor/scalable/apps
+icon.path = $$[QT_INSTALL_PREFIX]/share/icons/hicolor/scalable/apps
!contains(QMAKE_HOST.os, Windows):INSTALLS += icon
#mac: simd.prf will load qt_build_config and the result is soname will prefixed with QT_INSTALL_LIBS and link flag will append soname after QMAKE_LFLAGS_SONAME