On 06/24/2012 12:46 PM, David C. Rankin wrote:
So somewhere something is not getting the proper directory set to allow TQt to be found. How can I hack ./configure to force it to find TQt in the proper location?
Do you set QTDIR for your builds? I need to know because the autodetection logic is pretty much split into two parts, one path for if QTDIR is set and a different path if it is not.
Thanks!
Tim