summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Tool/qt.py
Commit message (Expand)AuthorAgeFilesLines
* Remove dead imports and other things found by PyChecker.Steven Knight2004-06-011-5/+4
* Fix spurious rebuilds/reinstalls of header files and circular dependencies wi...Steven Knight2004-05-191-2/+2
* Allow a list of emitters to be called in sequence. (Chad Austin)Steven Knight2004-04-041-8/+8
* Add a variable to control whether to compile moc-generated files. (Chad Aus...Steven Knight2004-04-031-23/+32
* Initialize *FLAGS variables with objects that can add flags either as strings...Steven Knight2004-02-261-5/+5
* Add AppendUnique() and PrependUnique() Environment methods. Fix using the qt...Steven Knight2004-02-161-3/+3
* Have the Qt Builder(s) use flags from the environment used to specify the tar...Steven Knight2004-01-251-7/+8
* Use sys.stdout.write() instead of print so line feeds in -j output will stay ...Steven Knight2003-11-101-1/+6
* Fix a bug in Qt detection. (Christoph Wiedemann)Steven Knight2003-10-211-1/+1
* Refactor extension splitting to make it more flexible (for SWIG).Steven Knight2003-08-031-6/+7
* Allow Builders to take a dictionary that maps source file suffixes to emitter...Steven Knight2003-07-291-11/+8
* Add a QT tool. (Christoph Wiedemann)Steven Knight2003-07-241-0/+214