summaryrefslogtreecommitdiffstats
path: root/tests/auto/xmlpatternsxqts/xmlpatternsxqts.pro
Commit message (Collapse)AuthorAgeFilesLines
* Fixed compile of xmlpatterns tests with vcproj generator.Rohan McGovern2010-02-171-9/+17
| | | | | These tests were adding the same SUBDIR multiple times from different projects. Don't do that.
* Fixed `make test' for xmlpatternsxqts.Rohan McGovern2010-01-291-1/+0
| | | | | | | | | As far as I can tell, setting lib.file here is unnecessary, and it happens to break `make test'. The reason is that, on the first pass, qmake will generate Makefile.lib; then, when `make' is run, it will generate Makefile, and any additional parameters originally passed to qmake will be omitted.
* Fixed symbian-abld build problems with xmlpatternsxqtsMiikka Heikkinen2009-11-051-1/+1
| | | | | | | | | | | | Qmake generators for symbian can't handle .depends for SUBDIRS values, instead relying on the order of subdirs. Reordered the subdirs as a hot fix to get test case to build before qmake can be properly fixed. Also removed duplicate inclusion of xmlpatterns.pri, which was causing compile time warnings due to duplicate MACRO statements in mmps. Reviewed-by: Janne Koskinen
* Disable private unit tests when Qt is configured withoutRohan McGovern2009-07-091-0/+3
| | | | | | | | | | | | -developer-build, part 2. Some autotests use private (unexported) code, either because they're testing private classes or because that's the easiest way to test the public classes. Configuring Qt with `-developer-build' is needed for these tests. This commit fixes the tests so configuring without `-developer-build' only builds the tests which strictly use public API.
* Long live Qt!Lars Knoll2009-03-231-0/+11