diff options
author | don bright <hugh.m.bright@gmail.com> | 2012-07-13 01:47:34 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2012-07-13 01:47:34 (GMT) |
commit | a872691ab50bb1c62fa357d59e0e3dd2ae586f08 (patch) | |
tree | 22810f8a256ab08faa535228a0bdba80e93e68bd /scripts/setenv-linbuild.sh | |
parent | 018211a863ec8e1098a887641dd1c7e5ffd2d2f7 (diff) |
add reminder to env-var script to re-run qmake
Diffstat (limited to 'scripts/setenv-linbuild.sh')
-rw-r--r-- | scripts/setenv-linbuild.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/scripts/setenv-linbuild.sh b/scripts/setenv-linbuild.sh index 9719533..0a85f4c 100644 --- a/scripts/setenv-linbuild.sh +++ b/scripts/setenv-linbuild.sh @@ -21,3 +21,9 @@ echo LD_RUN_PATH modified echo OPENSCAD_LIBRARIES modified echo GLEWDIR modified +if [ "`command -v qmake-qt4`" ]; then + echo "Please re-run qmake-qt4" +else + echo "Please re-run qmake" +fi + |