On 12/06/2012 07:48 AM, Amit Kulkarni wrote:
> Ok. Attached is the modified set of patches for OpenBSD qt3/qt4 handling.
>
> Commit message: Handle OpenBSD specific paths in Qt3/Qt4, allowing concurrent
> building and installation. Some common programs to both qt3/qt4 are renamed
> with suffixes
> > Similarly find_program already looks in /usr/local/bin.
> >
> > I suspect the patch without the above hunks is sufficient. Can anyone
> > on OpenBSD verify this please?
>
> Confirmed. "/usr/local" hunks are not needed.
>
> Thanks,
> David
Ok. Attached is the modified set of patches for Ope
On 12/05/2012 12:36 PM, Amit Kulkarni wrote:
> @@ -96,6 +97,7 @@ if (QT_MT_REQUIRED)
>
> "[HKEY_CURRENT_USER\\Software\\Trolltech\\Qt3Versions\\3.1.0;InstallDir]"
>ENV QTDIR
>${GLOB_PATHS_LIB}
> + /usr/local
>/usr/local/qt
>/usr/lib/qt
>/usr/lib/
Commit message: Handle OpenBSD specific paths in Qt3/Qt4, allowing concurrent
building and installation. Some common programs are renamed with suffixes of
either 3 or 4. Also, allow qt3/qt4 installed under /usr/local to be searched
and recognized appropriately.
diff --git a/Modules/FindQt.cmake