-
Bug
-
Resolution: Unresolved
-
P2: Important
-
1.2.0
-
None
The tests like:
tests/auto/qvaluespace
depends on Qt Mobility symbols only present when configure was run with "-tests" option. Ideally is possible to automatically skip the compilation of tests/auto/qvaluespace* when -tests option was not used.
Test case 1(example for *nix):
- confirm that the following compilation test passes
./configure -modules publishsubscribe make cd tests/auto qmake make
Test case 2(example for *nix):
- confirm that the following compilation test passes
./configure -modules publishsubscribe -tests make