Title: [128617] trunk/Tools
Revision
128617
Author
[email protected]
Date
2012-09-14 08:58:50 -0700 (Fri, 14 Sep 2012)

Log Message

[Qt] Enable force_static_libs_as_shared for development

Not enabled for buildbots or production-builds (part of Qt5)

Reviewed by Simon Hausmann.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (128616 => 128617)


--- trunk/Tools/ChangeLog	2012-09-14 15:58:28 UTC (rev 128616)
+++ trunk/Tools/ChangeLog	2012-09-14 15:58:50 UTC (rev 128617)
@@ -1,5 +1,15 @@
 2012-09-14  Tor Arne Vestbø  <[email protected]>
 
+        [Qt] Enable force_static_libs_as_shared for development
+
+        Not enabled for buildbots or production-builds (part of Qt5)
+
+        Reviewed by Simon Hausmann.
+
+        * qmake/mkspecs/features/default_post.prf:
+
+2012-09-14  Tor Arne Vestbø  <[email protected]>
+
         [Qt] Make force_static_libs_as_shared work on Mac OS
 
         We had to move a few LIBS += around that were in the wrong place,

Modified: trunk/Tools/qmake/mkspecs/features/default_post.prf (128616 => 128617)


--- trunk/Tools/qmake/mkspecs/features/default_post.prf	2012-09-14 15:58:28 UTC (rev 128616)
+++ trunk/Tools/qmake/mkspecs/features/default_post.prf	2012-09-14 15:58:50 UTC (rev 128617)
@@ -71,6 +71,9 @@
     contains(_javascript_CORE_JIT, no): DEFINES+=ENABLE_JIT=0
 }
 
+# Enable dynamic instead of static libraries for development
+!production_build:!buildbot:!win*: CONFIG += force_static_libs_as_shared
+
 # Template configurations
 contains(TEMPLATE, derived) {
     # A (mostly) no-op template
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to