issues
search
cucumber
/
cucumber-cpp
Support for writing Cucumber step definitions in C++
MIT License
309
stars
132
forks
source link
examples/CalcQt/QtTestCalculatorQtSteps is not built
#203
Closed
martonka
closed
5 years ago
martonka
commented
5 years ago
Summary
/examples/CalcQt/QtTestCalculatorQtSteps is missing after build. ## Possible Solution In examples.CalcQt/CMakeLists.txt: if(Qt::Test) Should be changed to if(TARGET Qt::Test) ## Environment Ubuntu 18.04 Qt 5.11.2 cmake 3.10.2
Summary