mirror of
https://github.com/thoughtbot/capybara-webkit
synced 2023-03-27 23:22:28 -04:00
87418b89db
* Allows tests independent of debug settings for Qt * Allows testing behavior unreachable from Ruby
6 lines
118 B
Prolog
6 lines
118 B
Prolog
TEMPLATE = subdirs
|
|
CONFIG += ordered
|
|
SUBDIRS += src/webkit_server.pro
|
|
test {
|
|
SUBDIRS += test/testwebkitserver.pro
|
|
}
|