Title: [128619] trunk/Tools
Revision
128619
Author
[email protected]
Date
2012-09-14 09:27:59 -0700 (Fri, 14 Sep 2012)

Log Message

[Qt] Set force_static_libs_as_shared early enough to be caught by configure

Rubber-stamped by Simon Hausmann.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (128618 => 128619)


--- trunk/Tools/ChangeLog	2012-09-14 16:21:53 UTC (rev 128618)
+++ trunk/Tools/ChangeLog	2012-09-14 16:27:59 UTC (rev 128619)
@@ -1,5 +1,13 @@
 2012-09-14  Tor Arne Vestbø  <[email protected]>
 
+        [Qt] Set force_static_libs_as_shared early enough to be caught by configure
+
+        Rubber-stamped by Simon Hausmann.
+
+        * qmake/mkspecs/features/default_post.prf:
+
+2012-09-14  Tor Arne Vestbø  <[email protected]>
+
         [Qt] Remove old cruft from the qmake build system
 
         Rubber-stamped by Simon Hausmann.

Modified: trunk/Tools/qmake/mkspecs/features/default_post.prf (128618 => 128619)


--- trunk/Tools/qmake/mkspecs/features/default_post.prf	2012-09-14 16:21:53 UTC (rev 128618)
+++ trunk/Tools/qmake/mkspecs/features/default_post.prf	2012-09-14 16:27:59 UTC (rev 128619)
@@ -10,6 +10,9 @@
 # or include() and a CONFIG += feature.
 CONFIG += config_step
 
+# Enable dynamic instead of static libraries for development
+!production_build:!buildbot:!win*: CONFIG += force_static_libs_as_shared
+
 root_project_file: finalizeConfigure()
 
 # Sanitize build config for single-configuration builds
@@ -65,9 +68,6 @@
     -Winit-self \
     $$QMAKE_CXXFLAGS
 
-# 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