Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update license headers to release version. | Jason McDonald | 2010-10-18 | 1 | -13/+13 |
| | |||||
* | tst_QSystemSemaphore::processes fixed for WinCE | Joerg Bornemann | 2010-04-21 | 1 | -0/+13 |
| | | | | | | | We can't start the same executable twice on Windows CE. This tests creates copies of lackey.exe now. Reviewed-by: mauricek | ||||
* | tst_qsystemsemaphore: fix deployment of lackey.exe for WinCE | Joerg Bornemann | 2010-04-21 | 2 | -13/+16 |
| | | | | | | Bonus: typo fixed. Reviewed-by: mauricek | ||||
* | Fixed compile of shm/sem tests with vcproj generator. | Rohan McGovern | 2010-02-17 | 4 | -0/+346 |
SUBDIRS+=../path/to/lackey from two different places means that qmake sees the lackey project twice. This breaks the vcproj generator. Make it so that lackey is only referred to once. |