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
5 lines
136 B
Prolog
5 lines
136 B
Prolog
SOURCES = testignoredebugoutput.cpp
|
|
OBJECTS += ../src/IgnoreDebugOutput.o
|
|
QT += testlib
|
|
CONFIG += testcase console
|
|
CONFIG -= app_bundle
|