Skip to content

Commit 815f8c8

Browse files
committed
Add ./lib/qt5/plugins/
1 parent a76bc03 commit 815f8c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AppRun.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ THE SOFTWARE.
4444
#define NEW_PATH "PATH=./bin/:./sbin/:./games/:%s"
4545
#define NEW_PYTHONPATH "PYTHONPATH=./share/pyshared/:%s"
4646
#define NEW_XDG_DATA_DIRS "XDG_DATA_DIRS=./share/:%s"
47-
#define NEW_QT_PLUGIN_PATH "QT_PLUGIN_PATH=./lib/qt4/plugins/:%s"
47+
#define NEW_QT_PLUGIN_PATH "QT_PLUGIN_PATH=./lib/qt4/plugins/:./lib/qt5/plugins/:%s"
4848
#define NEW_PERLLIB "PERLLIB=./share/perl5/:./lib/perl5/:%s"
4949

5050
// http://askubuntu.com/questions/251712/how-can-i-install-a-gsettings-schema-without-root-privileges

0 commit comments

Comments
 (0)