summaryrefslogtreecommitdiffstats
path: root/Source/cmQTWrapCPPCommand.cxx
Commit message (Collapse)AuthorAgeFilesLines
* fixed commands that were setting definitions in final pass to set ↵Ken Martin2002-06-301-14/+15
| | | | definitions in initial pass
* removed all source lists from the system and made them vectors. Also ↵Ken Martin2002-06-271-29/+32
| | | | appended _CMAKE_PATH to the end of the automatic cache entries for executables and libraries. Odds of all these changes working are slim but cmake builds and passes all its tests. VTK40 starts building
* make sure ; expansion is done in all commandsBill Hoffman2002-03-291-2/+4
|
* ENH: major change, the cmMakefile now contains a master list of cmSourceFile ↵Bill Hoffman2002-03-291-2/+2
| | | | objects, the source lists reference the list via pointers, also you can now set properties on a file, like compile flags, abstract, etc.
* ENH: remove several compiler warningsBill Hoffman2002-03-131-2/+2
|
* ENH:Updated copyrightWill Schroeder2002-01-211-32/+7
|
* cleanupsFranck Bettinger2001-11-091-2/+7
|
* add cleaning of QT generated files when make clean is usedFranck Bettinger2001-11-061-4/+12
|
* BUG: CustomCommand has to use full path to Source file nowBill Hoffman2001-11-061-1/+3
|
* Detect error and output useful messageIan Scott2001-10-181-4/+11
| | | | Previously it would have got confused about the destinationSourceGroup
* added a QT_WRAP_CPP commandIan Scott2001-10-151-0/+139