suppose myfile.cpp, mydata.dat are generated by another Makefile.
I need to make sure these two files are generated before compiling my qt project
I am wondering how to integrate it into pro file.

any suggestions? Thanks