Skip to content

Instantly share code, notes, and snippets.

@torarnv
Created June 10, 2009 15:17
Show Gist options
  • Save torarnv/127275 to your computer and use it in GitHub Desktop.
Save torarnv/127275 to your computer and use it in GitHub Desktop.
commit 97c91cd031cee398b81061bdb9dfbf34db6dc23c
Author: Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
Date: Wed Jun 10 17:16:08 2009 +0200
2009-06-10 Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
Reviewed by Simon Hausmann.
[Qt] Use absolute path for install_name on Mac
diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 1cc18a3..487d656 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,11 @@
+2009-06-10 Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
+
+ Reviewed by Simon Hausmann.
+
+ [Qt] Use absolute path for install_name on Mac
+
+ * WebCore.pro:
+
2009-06-10 Xan Lopez <xlopez@igalia.com>
Reviewed by Jan Alonzo.
diff --git a/WebCore/WebCore.pro b/WebCore/WebCore.pro
index f98f186..1e58e47 100644
--- a/WebCore/WebCore.pro
+++ b/WebCore/WebCore.pro
@@ -25,6 +25,7 @@ CONFIG(QTDIR_build) {
}
DESTDIR = $$OUTPUT_DIR/lib
+ macx:CONFIG += absolute_library_soname
}
GENERATED_SOURCES_DIR_SLASH = $$GENERATED_SOURCES_DIR${QMAKE_DIR_SEP}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment