Skip to content

Commit 5e556ac

Browse files
committed
mac: find QtAV in @rpath/Frameworks/
1 parent 73240f5 commit 5e556ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libQtAV.pri

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ unix {
139139
# Working dir search: "."
140140
# TODO: for macx. see qtcreator/src/rpath.pri. (-rpath define rpath, @rpath exapand to that path?)
141141
macx {
142-
QMAKE_LFLAGS_SONAME = -Wl,-install_name,@rpath/PlugIns/
142+
QMAKE_LFLAGS_SONAME = -Wl,-install_name,@rpath/Frameworks/
143143
QMAKE_LFLAGS += -Wl,-rpath,@loader_path/../,-rpath,@executable_path/../
144144
} else {
145145
RPATHDIR = \$\$ORIGIN \$\$ORIGIN/lib . /usr/local/lib

0 commit comments

Comments
 (0)