===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
nitrokey-app-1.4.1/README.md-94-Note: In case you have downloaded Qt manually from web download page you have to set `CMAKE_PREFIX_PATH` to your corresponding Qt path.
nitrokey-app-1.4.1/README.md:95:Example: (If QT5.5 (64bit) was installed in your `$HOME` DIR): 
nitrokey-app-1.4.1/README.md-96-```
##############################################
nitrokey-app-1.4.1/3rdparty/cppcodec/test/test_cppcodec.cpp-96-        REQUIRE(base32::encode(std::string("foo")) == "CSQPY");
nitrokey-app-1.4.1/3rdparty/cppcodec/test/test_cppcodec.cpp:97:        REQUIRE(base32::encode(std::string("lowercase UPPERCASE 1434567 !@#$%^&*"))
nitrokey-app-1.4.1/3rdparty/cppcodec/test/test_cppcodec.cpp-98-                == "DHQQESBJCDGQ6S90AN850HAJ8D0N6H9064T36D1N6RVJ08A04CJ2AQH658");