1
0
Fork 0
mirror of https://github.com/thoughtbot/capybara-webkit synced 2023-03-27 23:22:28 -04:00
capybara-webkit/test/testwebkitserver.pro
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

5 lines
142 B
Prolog

SOURCES = testignoredebugoutput.cpp
OBJECTS += ../src/build/IgnoreDebugOutput.o
QT += testlib
CONFIG += testcase console
CONFIG -= app_bundle