summaryrefslogtreecommitdiffstats
path: root/Source/cmQTWrapCPPCommand.cxx
Commit message (Collapse)AuthorAgeFilesLines
* 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