↧
Answer by arynaq for QtCreator, subproject linker error
I arrived at a solution doing what David LUC suggested below, his answer is incomplete but he will still have the bounty from me.What I ended up doing was including every .cpp file in the sources of...
View ArticleAnswer by David LUC for QtCreator, subproject linker error
First thing, I can't see anywhere that you linked the gtest library in your test subproject. The command to add is LIBS += -lgtestMore generally, you have only two options. Either you compile your main...
View ArticleQtCreator, subproject linker error
I have a rather large application I need to build/maintain so I decided to use googletest and for convenience wanted to structure the test and the application code as subprojects. I created a...
View Article