Newer
Older
Import / applications / Photoframe / _env.sh
@John Ryland John Ryland on 10 Jan 2021 205 bytes move to using the shell scripts
#!/bin/bash
#
# Script for setting up dev environment variables on Linux
# Copyright (C) 2021, John Ryland
#

export QTDIR=/usr/local/Trolltech/Qt-4.5.0
export PATH=$QTDIR/bin:$PATH
export MAKE=make

bash