===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
qbrew-0.4.1/mac/qtdeploy.sh-52-echo -n "Using frameworks"
qbrew-0.4.1/mac/qtdeploy.sh:53:for n in `otool -L $APPBIN | grep Qt` ; do
qbrew-0.4.1/mac/qtdeploy.sh:54:    path=`echo $n | grep Qt`
qbrew-0.4.1/mac/qtdeploy.sh-55-    if [ $path ] ; then
qbrew-0.4.1/mac/qtdeploy.sh:56:	name=`basename $path`
qbrew-0.4.1/mac/qtdeploy.sh-57-	FRAMEWORKS="$FRAMEWORKS $path"
##############################################
qbrew-0.4.1/mac/qtdeploy.sh-78-for path in $FRAMEWORKS ; do
qbrew-0.4.1/mac/qtdeploy.sh:79:    name=`basename $path`
qbrew-0.4.1/mac/qtdeploy.sh-80-    if [ ! -d "$FWPATH/$name.framework" ] ; then
##############################################
qbrew-0.4.1/mac/qtdeploy.sh-99-for path in $FRAMEWORKS ; do
qbrew-0.4.1/mac/qtdeploy.sh:100:    name=`basename $path`
qbrew-0.4.1/mac/qtdeploy.sh-101-    echo -n " $name"
##############################################
qbrew-0.4.1/mac/qtdeploy.sh-111-for path in $FRAMEWORKS ; do
qbrew-0.4.1/mac/qtdeploy.sh:112:    name=`basename $path`
qbrew-0.4.1/mac/qtdeploy.sh-113-    echo -n " $name"
##############################################
qbrew-0.4.1/mac/qtdeploy.sh-124-for fwpath in $FRAMEWORKS ; do
qbrew-0.4.1/mac/qtdeploy.sh:125:    fwname=`basename $fwpath`
qbrew-0.4.1/mac/qtdeploy.sh-126-    echo -n " $fwname"
##############################################
qbrew-0.4.1/mac/qtdeploy.sh-129-    deps=""
qbrew-0.4.1/mac/qtdeploy.sh:130:    for n in `otool -LX $framework | grep Qt` ; do
qbrew-0.4.1/mac/qtdeploy.sh:131:	dep=`echo $n | grep Qt`
qbrew-0.4.1/mac/qtdeploy.sh-132-	if [ $dep ] ; then
##############################################
qbrew-0.4.1/mac/qtdeploy.sh-137-    for path in $deps ; do
qbrew-0.4.1/mac/qtdeploy.sh:138:	name=`basename $path`
qbrew-0.4.1/mac/qtdeploy.sh-139-	if [ "$name" != "$fwname" ] ; then
##############################################
qbrew-0.4.1/.pc/0003-Add-CXXFLAGS-and-LDFLAGS-to-configure.patch/configure-54-            if which $mk >/dev/null 2>&1; then
qbrew-0.4.1/.pc/0003-Add-CXXFLAGS-and-LDFLAGS-to-configure.patch/configure:55:                MAKE=`which $mk`
qbrew-0.4.1/.pc/0003-Add-CXXFLAGS-and-LDFLAGS-to-configure.patch/configure-56-                break
##############################################
qbrew-0.4.1/.pc/0003-Add-CXXFLAGS-and-LDFLAGS-to-configure.patch/configure-119-
qbrew-0.4.1/.pc/0003-Add-CXXFLAGS-and-LDFLAGS-to-configure.patch/configure:120:    result=`$QMAKE -query QT_VERSION`
qbrew-0.4.1/.pc/0003-Add-CXXFLAGS-and-LDFLAGS-to-configure.patch/configure-121-    if [ "$result" '<' "$QTMINVER" ] ; then
##############################################
qbrew-0.4.1/.pc/0003-Add-CXXFLAGS-and-LDFLAGS-to-configure.patch/configure-243-
qbrew-0.4.1/.pc/0003-Add-CXXFLAGS-and-LDFLAGS-to-configure.patch/configure:244:SOURCEPATH=`dirname $0`
qbrew-0.4.1/.pc/0003-Add-CXXFLAGS-and-LDFLAGS-to-configure.patch/configure:245:SOURCEPATH=`(cd $SOURCEPATH; /bin/pwd)`
qbrew-0.4.1/.pc/0003-Add-CXXFLAGS-and-LDFLAGS-to-configure.patch/configure-246-BUILDDIR=$SOURCEPATH/$BUILDDIR
##############################################
qbrew-0.4.1/.pc/0006-Add-lrelease-to-configuration-step.patch/configure-54-            if which $mk >/dev/null 2>&1; then
qbrew-0.4.1/.pc/0006-Add-lrelease-to-configuration-step.patch/configure:55:                MAKE=`which $mk`
qbrew-0.4.1/.pc/0006-Add-lrelease-to-configuration-step.patch/configure-56-                break
##############################################
qbrew-0.4.1/.pc/0006-Add-lrelease-to-configuration-step.patch/configure-119-
qbrew-0.4.1/.pc/0006-Add-lrelease-to-configuration-step.patch/configure:120:    result=`$QMAKE -query QT_VERSION`
qbrew-0.4.1/.pc/0006-Add-lrelease-to-configuration-step.patch/configure-121-    if [ "$result" '<' "$QTMINVER" ] ; then
##############################################
qbrew-0.4.1/.pc/0006-Add-lrelease-to-configuration-step.patch/configure-243-
qbrew-0.4.1/.pc/0006-Add-lrelease-to-configuration-step.patch/configure:244:SOURCEPATH=`dirname $0`
qbrew-0.4.1/.pc/0006-Add-lrelease-to-configuration-step.patch/configure:245:SOURCEPATH=`(cd $SOURCEPATH; /bin/pwd)`
qbrew-0.4.1/.pc/0006-Add-lrelease-to-configuration-step.patch/configure-246-BUILDDIR=$SOURCEPATH/$BUILDDIR
##############################################
qbrew-0.4.1/configure-54-            if which $mk >/dev/null 2>&1; then
qbrew-0.4.1/configure:55:                MAKE=`which $mk`
qbrew-0.4.1/configure-56-                break
##############################################
qbrew-0.4.1/configure-136-
qbrew-0.4.1/configure:137:    result=`$QMAKE -query QT_VERSION`
qbrew-0.4.1/configure-138-    if [ "$result" '<' "$QTMINVER" ] ; then
##############################################
qbrew-0.4.1/configure-260-
qbrew-0.4.1/configure:261:SOURCEPATH=`dirname $0`
qbrew-0.4.1/configure:262:SOURCEPATH=`(cd $SOURCEPATH; /bin/pwd)`
qbrew-0.4.1/configure-263-BUILDDIR=$SOURCEPATH/$BUILDDIR