From 0013072938d7904e6602121f3a9e69647f259656 Mon Sep 17 00:00:00 2001 From: Jay Sorg Date: Sun, 30 Dec 2012 17:33:17 -0800 Subject: [PATCH] vrplayer: rpath change --- vrplayer/README.txt | 4 ++++ vrplayer/vrplayer.pro | 3 +++ 2 files changed, 7 insertions(+) diff --git a/vrplayer/README.txt b/vrplayer/README.txt index 91a911fa..75903a0e 100644 --- a/vrplayer/README.txt +++ b/vrplayer/README.txt @@ -8,6 +8,10 @@ To build vrplayer, installl QT 4.x , then run qmake make +mint 13 packages +libqt4-gui +qt4-dev-tools + To run vrplayer, include xrdpapi/.libs and xrdpvr/.libs in your LD_LIBRARY_PATH diff --git a/vrplayer/vrplayer.pro b/vrplayer/vrplayer.pro index 1d035382..a6e53231 100644 --- a/vrplayer/vrplayer.pro +++ b/vrplayer/vrplayer.pro @@ -31,6 +31,9 @@ FORMS += mainwindow.ui INCLUDEPATH += ../xrdpvr INCLUDEPATH += ../xrdpapi +LIBS += -Wl,-rpath +LIBS += -Wl,/usr/local/lib/xrdp + LIBS += -L../xrdpvr/.libs -lxrdpvr LIBS += -L../xrdpapi/.libs -lxrdpapi LIBS += -L/usr/lib/x86_64-linux-gnu -lavformat -lavcodec -lavutil