Hi, All!

Thanks in advance for any help. I'm using the guide located here: https://medium.com/@Packet99/install...8-81566001ec89

Installed Mint19 as per the instructions and have gone through the whole process multiple times. I cannot figure out why I am getting the following on ./configure:

checking for Qt UIC... configure: error: No working Qt user interface compiler (uic) found!

Configure found and tried to use '/usr/local/qt3/bin/uic', but failed...

If configure shouldn't have tried '/usr/local/qt3/bin/uic', please set the environment
variable UIC to point to the location of your prefered uic binary and run
configure over.

As a last resort, it may be possible to eliminate this error by typing:

export UIC=`updatedb && locate uic | grep bin/uic` (with the `s)
Looking at /usr/local/qt3/bin, there seems to be a uic binary (it is looking at the correct location, I believe).

Thoughts?