Commit Graph

3 Commits

Author SHA1 Message Date
Charles Strahan 07976a2d78 Expose INCLUDEPATH and LIBS qmake variables
This allows one to specify the include and lib paths for gl and zlib.

Example:

    gem install capybara-webkit -- \
      --with-gl-dir=/nix/store/1sw1cyny213ih9dpdsq8h2kwqaqcm6vp-mesa-10.2.9 \
      --with-zlib-dir=/nix/store/cb649pfdf14335d07jcfmsik7a1rsgbf-zlib-1.2.8

Fixes #695
2014-12-17 10:10:43 -05:00
Joshua Clayton 827c3fc054 Move code that compiles Webkit into separate file to support Ruby 1.9.2
Closes #15
2011-04-15 17:53:31 -04:00
Joe Ferris 9e27f7d6f4 Initial gem 2011-02-26 18:29:01 -05:00