diff options
author | tnut <tnut at nutyx dot com> | 2011-10-15 17:39:42 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2011-10-15 17:39:42 +0200 |
commit | 010dcf438cafddd4fa6c366437388b03c1aebf17 (patch) | |
tree | 1f7f4ed2d9eb8341f8075756514e858b0f0b997b /extra/k3b/qt3.sh | |
parent | 2508b2d2924446be9f59d605390b8cc35e0b3549 (diff) | |
download | nutyx-pakxe-010dcf438cafddd4fa6c366437388b03c1aebf17.tar.gz nutyx-pakxe-010dcf438cafddd4fa6c366437388b03c1aebf17.tar.bz2 nutyx-pakxe-010dcf438cafddd4fa6c366437388b03c1aebf17.tar.xz nutyx-pakxe-010dcf438cafddd4fa6c366437388b03c1aebf17.zip |
k3b dans extra
Diffstat (limited to 'extra/k3b/qt3.sh')
-rw-r--r-- | extra/k3b/qt3.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/extra/k3b/qt3.sh b/extra/k3b/qt3.sh new file mode 100644 index 000000000..98d30353a --- /dev/null +++ b/extra/k3b/qt3.sh @@ -0,0 +1,5 @@ +export QTDIR=/usr/ +if [ -d $QTDIR ]; then +export PATH=$QTDIR/bin:$PATH +export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:$QTDIR/lib/pkgconfig +fi |