Skip to content

Commit

Permalink
add -rpath settings for linux build
Browse files Browse the repository at this point in the history
  • Loading branch information
shi-yan committed Apr 22, 2015
1 parent fbe0179 commit dc1cacc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion H264Naked.pro
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@ FORMS += mainwindow.ui
macx:INCLUDEPATH += /usr/local/include
macx: LIBS += -L/usr/local/lib \
-lh264bitstream
macx:ICON = H264Naked.icns

unix:!macx: LIBS += -lh264bitstream
macx:ICON = H264Naked.icns
unix:!macx: QMAKE_LFLAGS += '-Wl,-rpath=\'\$$ORIGIN\''


0 comments on commit dc1cacc

Please sign in to comment.