summaryrefslogtreecommitdiffstats
path: root/test/QT.py
Commit message (Collapse)AuthorAgeFilesLines
* Portability fixes for Mac OS Xin tests. (Gary Oberbrunner)Steven Knight2004-08-171-1/+3
|
* Qt fixes. (Christoph Wiedemann)Steven Knight2004-08-071-8/+52
|
* Portability fixes for test/QT.py. (Chad Austin)Steven Knight2004-07-311-13/+18
|
* Win32 portability: add an explicit match argument to TestCommon.py, use it ↵Steven Knight2004-07-151-4/+8
| | | | to only use match_re_dotall when we're using TestSCons.noisy_ar.
* Fix tests on systems where 'ar' prints warnings about creating archives. ↵Steven Knight2004-07-131-4/+6
| | | | (Kevin Quick)
* QT fixes and enhancements: Moc() and Uic() builders, a lot of new ↵Steven Knight2004-07-121-31/+305
| | | | variables. (Christoph Wiedemann)
* Add a variable to control whether to compile moc-generated files. (Chad ↵Steven Knight2004-04-031-1/+41
| | | | Austin)
* Win32 portability.Steven Knight2004-03-031-2/+6
|
* Update the __env__ variable when making a Copy() or Override() of an ↵Steven Knight2004-02-171-14/+48
| | | | Environment.
* Add AppendUnique() and PrependUnique() Environment methods. Fix using the ↵Steven Knight2004-02-161-13/+43
| | | | qt Tool from a copied construction environment.
* Have the Qt Builder(s) use flags from the environment used to specify the ↵Steven Knight2004-01-251-13/+60
| | | | target, not the environment that first had the Builder(s) attached. (Christoph Wiedemann)
* Use sys.stdout.write() instead of print so line feeds in -j output will stay ↵Steven Knight2003-11-101-3/+5
| | | | (more) consistent. Fix suffix-handling on case-insensitive Cygwin systems. Test fixes for Cygwin portability. (Chad Austin)
* Fix a bug in Qt detection. (Christoph Wiedemann)Steven Knight2003-10-211-1/+38
|
* Add /TP to CXXFLAGS for msvc. Win32 portability fixes for tests.Steven Knight2003-08-011-4/+4
|
* Add a QT tool. (Christoph Wiedemann)Steven Knight2003-07-241-0/+377