===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
radium-compressor-0.5.1+git20190909/find_moc_and_uic_paths.sh-4-    if $1 -v 2>&1 | grep Qt\ $RADIUM_QT_VERSION >/dev/null ; then
radium-compressor-0.5.1+git20190909/find_moc_and_uic_paths.sh:5:        echo `which $1`
radium-compressor-0.5.1+git20190909/find_moc_and_uic_paths.sh-6-        exit 0
radium-compressor-0.5.1+git20190909/find_moc_and_uic_paths.sh-7-    elif $1 -v 2>&1 | grep version\ $RADIUM_QT_VERSION >/dev/null ; then
radium-compressor-0.5.1+git20190909/find_moc_and_uic_paths.sh:8:        echo `which $1`
radium-compressor-0.5.1+git20190909/find_moc_and_uic_paths.sh-9-        exit 0
radium-compressor-0.5.1+git20190909/find_moc_and_uic_paths.sh-10-    elif $1 -v 2>&1 | grep qt$RADIUM_QT_VERSION >/dev/null ; then
radium-compressor-0.5.1+git20190909/find_moc_and_uic_paths.sh:11:        echo `which $1`
radium-compressor-0.5.1+git20190909/find_moc_and_uic_paths.sh-12-        exit 0
radium-compressor-0.5.1+git20190909/find_moc_and_uic_paths.sh-13-    elif $1 -v 2>&1 | grep $1\ $RADIUM_QT_VERSION >/dev/null ; then
radium-compressor-0.5.1+git20190909/find_moc_and_uic_paths.sh:14:        echo `which $1`
radium-compressor-0.5.1+git20190909/find_moc_and_uic_paths.sh-15-        exit 0
##############################################
radium-compressor-0.5.1+git20190909/find_moc_and_uic_paths.sh-19-if which $1-qt$RADIUM_QT_VERSION >/dev/null 2>/dev/null ; then
radium-compressor-0.5.1+git20190909/find_moc_and_uic_paths.sh:20:    echo `which $1-qt$RADIUM_QT_VERSION`
radium-compressor-0.5.1+git20190909/find_moc_and_uic_paths.sh-21-    exit 0