Auto test for 'qmake -project' use case.
authorRafael Roquetto <rafael.roquetto@kdab.com>
Fri, 10 Aug 2012 15:21:30 +0000 (17:21 +0200)
committerQt by Nokia <qt-info@nokia.com>
Tue, 4 Sep 2012 08:30:33 +0000 (10:30 +0200)
commit3d4fc578bd5cc0b6d39d16638aa6f3577eb31f69
treedeb4fa0473e37de48a6a299a0f9a6b65aea29f47
parent53d0829aa1552dd1c7d5da008ec4b1a4052a7e5a
Auto test for 'qmake -project' use case.

Change-Id: Ifb6d64828ba1cb42fd64299438b7eec302112edf
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
tests/auto/tools/qmake/testcompiler.cpp
tests/auto/tools/qmake/testcompiler.h
tests/auto/tools/qmake/testdata/project/main.cpp [new file with mode: 0644]
tests/auto/tools/qmake/testdata/project/test.qrc [new file with mode: 0644]
tests/auto/tools/qmake/testdata/project/test_file.cpp [new file with mode: 0644]
tests/auto/tools/qmake/testdata/project/test_file.h [new file with mode: 0644]
tests/auto/tools/qmake/tst_qmake.cpp