aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox/testdata/missingqobjectheader
Commit message (Collapse)AuthorAgeFilesLines
* Add an autotest for the "missing header file" situation.Christian Kandeler2013-03-083-0/+21
The test checks whether qbs handles the following situation correctly: - A class derived from QObject is implemented in a pair of header and source files. - The header file is mistakenly not added to the qbs file. - The build fails with a linker error due to missing Q_OBJECT content. - The header file is then added to the qbs file. - The build succeeds. This currently does not work, so the test is marked as expected to fail for now. Change-Id: I1de131504f56d807c6a0dec6865839230a053526 Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>