summaryrefslogtreecommitdiffstats
path: root/Source/cmQTWrapUICommand.cxx
Commit message (Collapse)AuthorAgeFilesLines
* STYLE: some m_ to this-> cleanupKen Martin2006-03-151-38/+38
|
* ENH: add working directory supportBill Hoffman2006-02-081-3/+7
|
* COMP: fix warningKen Martin2005-06-011-1/+0
|
* ENH: Updated implementation of custom commands. Multiple command lines are ↵Brad King2005-02-221-47/+43
| | | | now supported effectively allowing entire scripts to be written. Also removed extra variable expansions and cleaned up passing of commands through to the generators. The command and individual arguments are now kept separate all the way until the generator writes them out. This cleans up alot of escaping issues.
* ENH: remove QT_WRAP_UI flagBill Hoffman2004-06-291-15/+0
|
* ENH: Fix commentAndy Cedilnik2003-09-241-1/+1
|
* ENH: Use the new signatureAndy Cedilnik2003-08-071-10/+15
|
* ENH: Make out of source work on WindowsAndy Cedilnik2003-08-011-1/+1
|
* ENH: Allow qt ui files being it the binary dir. Bug #110 - QT_WRAP_UI ↵Andy Cedilnik2003-07-301-1/+16
| | | | problem on out-of-source builds
* minor update for new custom commandsKen Martin2003-06-051-3/+3
|
* ENH: Added reference to Copyright.txt. Removed old reference to ITK ↵Brad King2002-10-231-3/+3
| | | | copyright. Changed program name to CMake instead of Insight in source file header. Also removed tabs.
* corrected the generated lists .h in header list and .cxx in sources listFranck Bettinger2002-09-111-2/+9
|
* Define a single expected format for the values defined in every ↵Ian Scott2002-09-021-2/+2
| | | | | | | FindXXX.cmake file. Upgrade all the QT functionality to use the new FindXXX.cmake format Add a module for AVIFile.
* modified how source files store propertiesKen Martin2002-08-161-1/+1
|
* removed all source lists from the system and made them vectors. Also ↵Ken Martin2002-06-271-49/+52
| | | | 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
|
* WAR: fix warningBill Hoffman2001-11-211-1/+0
|
* corrected path problem and added moc compilation tooFranck Bettinger2001-11-161-9/+33
|
* support for compilation of .ui files into .h and .cxx filesFranck Bettinger2001-11-091-0/+195