diff options
author | Richard Moe Gustavsen <richard.gustavsen@nokia.com> | 2009-09-28 15:07:24 +0200 |
---|---|---|
committer | Richard Moe Gustavsen <richard.gustavsen@nokia.com> | 2009-09-28 15:07:24 +0200 |
commit | 62624c575bd784b36b1d080d32f168e0668ca15b (patch) | |
tree | 742d86e4f8a91d0ee49520963c4b6e8fe9b48d2e /tests/auto/qmake | |
parent | b798fc523446b4b7c7e888f7ef504202730e6cb5 (diff) | |
download | qt4-tools-62624c575bd784b36b1d080d32f168e0668ca15b.tar.gz |
Mac: build issue (autotest stalls build)
When building Qt static on Mac, the test included actually stops
the build process, prompting the user for 'Promteroo?'
The reason is that configure runs qmake on all the tests inside
the test/auto directory, including the one that is meant for
testing qmake itself. In other words, this test should not
be qmake'ed when running configure, only when running the
qmake auto test. However, the qmake auto test does not run
the prompt test anymore either. So the solution for now
is to just comment out the test project as well.
Reviewed-by: alexis
Diffstat (limited to 'tests/auto/qmake')
-rw-r--r-- | tests/auto/qmake/testdata/prompt/prompt.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qmake/testdata/prompt/prompt.pro b/tests/auto/qmake/testdata/prompt/prompt.pro index 02db4fe998..238022c755 100644 --- a/tests/auto/qmake/testdata/prompt/prompt.pro +++ b/tests/auto/qmake/testdata/prompt/prompt.pro @@ -1,2 +1,2 @@ -a = $$prompt(Prompteroo) +# a = $$prompt(Prompteroo) |