Qt project include subprojects build in qmake
问题 I have a cross-platform project written in Qt/C++, this project uses a static library that is written in Go as a dependency. Go project generates two files ( .a and .h as expected) using GNU Make. I am trying to automate builds for which I am using qmake to generate Makefile and then calling default target of this Makefile as simple $ make . Right now my build first explicitly does git clone go-subproject && cd go-subproject && make , then it copies over resulting library and headers file and