Guest User

Untitled

a guest
Jun 20th, 2018
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. commit 324cf999225317ce5075e4930edf171e3a7773d3
  2. Author: Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
  3. Date: Thu Nov 4 13:22:50 2010 +0100
  4.  
  5. [Qt] Build both debug and release
  6.  
  7. diff --git a/WebKit2/WebKit2.pro b/WebKit2/WebKit2.pro
  8. index 0f11c57..5799cd7 100644
  9. --- a/WebKit2/WebKit2.pro
  10. +++ b/WebKit2/WebKit2.pro
  11. @@ -20,6 +20,9 @@ DESTDIR = $$WEBKIT2_DESTDIR
  12. DEFINES += NDEBUG
  13. }
  14.  
  15. +# Build both debug and release configurations
  16. +mac: CONFIG += build_all
  17. +
  18. INCLUDEPATH = \
  19. $$PWD/.. \
  20. $$PWD/../JavaScriptCore \
Add Comment
Please, Sign In to add comment