In a traditional application development environment, different applications
can share both source files and compiled files. When you use templates, applications
can share source files but cannot share compiled files.
If you use -qtempinc:
Each application must have its own TEMPINC destination.
You must compile all of the source files for the application, even if
some of the files have already been compiled for another application.