Details
-
Suggestion
-
Resolution: Done
-
Not Evaluated
-
Qt Creator 4.14.0-beta1
-
None
-
-
d6c3846ab1c26ba6a1e6aea7df6e2119d50e9d4b (qt-creator/qt-creator/master)
Description
Currently Google Testing is not part of Qt Creator's source code.
When building with CMake, the cmake/FindGoogletest.cmake will look into these directories / environment variable:
"${GOOGLETEST_DIR}" ENV GOOGLETEST_DIR "${CMAKE_SOURCE_DIR}/googletest" "${CMAKE_SOURCE_DIR}/../googletest" "${CMAKE_SOURCE_DIR}/../../googletest"
It would be way easier to have it part as src/libs/3rdparty.