Skip to content

Instantly share code, notes, and snippets.

@kkristof
Created February 21, 2013 15:44
Show Gist options
  • Save kkristof/5005588 to your computer and use it in GitHub Desktop.
Save kkristof/5005588 to your computer and use it in GitHub Desktop.
export QTDIR=/home/linaro/qt5/Qt5-hardfp/Qt-5.0.0-r40-GLES
export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$QTDIR/lib"
export QT_IMPORT_PATH="$QTDIR/imports"
export QML_IMPORT_PATH="$QTDIR/imports"
export QT_PLUGIN_PATH="$QTDIR/plugins"
export QT_QPA_PLATFORM_PLUGIN_PATH="$QTDIR/plugins/platforms"
export QT_QPA_PLATFORM=xcb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment