Commit Graph

3 Commits

Author SHA1 Message Date
Emily St aecaa45e2f Target macOS minimum version 10.9
By targeting macOS 10.9 minimum, we are able to build again using Xcode
10. This avoids the use of a build configuration that was deprecated
since Xcode 8 and obsoleted in Xcode 10.

See https://developer.apple.com/documentation/xcode_release_notes/xcode_10_release_notes#3035632.

Fixes #1071 and #1072.
2018-09-28 10:16:26 -04:00
Joe Ferris 0af3c34aa6 Allow Qt 5.6 with QtWebKit module
If users compiled or otherwise installed the webkit module, this allows
them to use capybara-webkit with Qt 5.6.

If they're using Qt 5.6 but don't have the module, this prints a
friendlier error message.
2016-04-18 11:19:09 -04:00
Joe Ferris 87418b89db Rewrite qInstallMsgHandler test in C++
* Allows tests independent of debug settings for Qt
* Allows testing behavior unreachable from Ruby
2013-11-10 16:52:01 -05:00