static_qt_conf_osx 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. # This file is part of wkhtmltopdf.
  2. #
  3. # wkhtmltopdf is free software: you can redistribute it and/or modify
  4. # it under the terms of the GNU General Public License as published by
  5. # the Free Software Foundation, either version 3 of the License, or
  6. # (at your option) any later version.
  7. #
  8. # wkhtmltopdf is distributed in the hope that it will be useful,
  9. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  10. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  11. # GNU General Public License for more details.
  12. #
  13. # You should have received a copy of the GNU General Public License
  14. # along with wkhtmltopdf. If not, see <http:#www.gnu.org/licenses/>.
  15. -largefile
  16. -rpath
  17. -no-nis
  18. -no-cups
  19. -no-iconv
  20. -no-pch
  21. -no-gtkstyle
  22. -no-nas-sound
  23. -no-sm
  24. -no-xshape
  25. -no-xinerama
  26. -no-xfixes
  27. -no-xrandr
  28. -no-xrender
  29. -no-mitshm
  30. -no-xkb
  31. -no-glib
  32. -no-openvg
  33. -no-opengl
  34. -no-xsync
  35. -no-javascript-jit
  36. -no-egl
  37. # Use the carbon version as cocoa doesn't support static build
  38. -carbon
  39. # Use the Snow Leopard SDK
  40. -sdk /Developer/SDKs/MacOSX10.6.sdk
  41. # Use the Leopard SDK
  42. # -sdk /Developer/SDKs/MacOSX10.5.sdk
  43. -arch x86
  44. -no-dwarf2
  45. -no-framework