~kalikiana/ubuntu-sdk-ide/lxdfixes

« back to all changes in this revision

Viewing changes to qtcreator

  • Committer: Zoltán Balogh
  • Date: 2015-10-12 11:29:02 UTC
  • Revision ID: zoltan@bakter.hu-20151012112902-lniu1brf9a1vawc3
Add QtC stuff

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/bash
 
2
BINDIR=/usr/ubuntu-sdk-ide/bin
 
3
LIBDIR=/usr/ubuntu-sdk-ide/lib/qtcreator
 
4
LD_LIBRARY_PATH=$LIBDIR
 
5
export LD_LIBRARY_PATH
 
6
$BINDIR/qtcreator -platformtheme appmenu-qt5 ${1+"$@"}