From a872691ab50bb1c62fa357d59e0e3dd2ae586f08 Mon Sep 17 00:00:00 2001 From: don bright Date: Thu, 12 Jul 2012 18:47:34 -0700 Subject: add reminder to env-var script to re-run qmake 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 + -- cgit v0.10.1