mirror of
https://github.com/thoughtbot/capybara-webkit
synced 2023-03-27 23:22:28 -04:00
0af3c34aa6
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.
5 lines
142 B
Prolog
5 lines
142 B
Prolog
SOURCES = testignoredebugoutput.cpp
|
|
OBJECTS += ../src/build/IgnoreDebugOutput.o
|
|
QT += testlib
|
|
CONFIG += testcase console
|
|
CONFIG -= app_bundle
|