Hi,
@davecotter said in How to have my .pro depend on qt.pro ?:
Third: what's the recommendation about -developer-build ? I understand that regardless of "-prefix" setting, it will build within the Src tree, which is exactly what you do NOT want assuming you're using Git to submit your changes?
Out of source builds are the key.
@davecotter said in How to have my .pro depend on qt.pro ?:
Fourth: the .pro.user file is created within the Src tree, which is not okay with Git. How do i force Qt Creator to put that somewhere else?
Usually ignored by the .gitignore file.
@davecotter said in How to have my .pro depend on qt.pro ?:
Fifth: assuming all the above gets straightened out, when i build in Qt Creator, note i do not do "make install". does that happen automatically? do i need a "post build step" on the "qtmultimedia/src" project to stage that into place for debug builds?
You need a custom build step indeed.