Saturday 15 August 2015

qt4 - Qt - what is required for a QTDIR to be considered valid by build tools? -


One of my clients has made Qt against VS 2005. They now want to keep it under source control, but they do not want anything they do not need.

What is the correct way to remove temporary items like "TMP" directory without deleting the output lubs / DLL or QDIDIR is invalidating the tree for use as a target?

If there is no prebit method to do this, then which files are safe to delete? (MacFile, Release, VC 80PDB, etc.)

I do not know in any appropriate way.

At least you can copy these things (copy-paste from the script used for binary packaging):

Makefile Makefile Release Makefile. Debug * .sln * .vcproj * .ib_pdb_index ./tests/ ** / tmp / obj / ** / tmp / moc / ** / tmp / rcc / ./.git/

No comments:

Post a Comment