From 4162ef6c84a6f73a2c27768f9bfd31389521b429 Mon Sep 17 00:00:00 2001 From: Mike Kremer Date: Sun, 8 Feb 2009 15:58:50 +0000 Subject: [PATCH] Added Darwin dynamic lib support for Tools library git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@17 fdac6126-5c0c-442c-9429-916003d36597 --- Core/Core.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Core/Core.pro b/Core/Core.pro index 095142f3..33d7959a 100644 --- a/Core/Core.pro +++ b/Core/Core.pro @@ -25,7 +25,7 @@ win32 { } macx { - # Post process + # Set library binary header to the correct path QMAKE_LFLAGS_SONAME = -install_name$${LITERAL_WHITESPACE}$${TOPDIR}/OpenMesh/Core/lib/$${BUILDDIRECTORY}/ export(QMAKE_LFLAGS_SONAME) }