aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/api/testdata/subprojects
Commit message (Collapse)AuthorAgeFilesLines
* Remove the base module import from most test data projectsJoerg Bornemann2018-06-225-9/+0
| | | | | | | | Keep the base import in blackbox/testdata/deprecated-property to ensure we don't accidentally break it. Change-Id: I790da21a7490ec9c1b0335f45e8707e7e04daa7c Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
* Fix TestApi::subProjects() on WindowsChristian Kandeler2017-11-292-1/+2
| | | | | | | Was broken by 602ec12826. Change-Id: I09648fd9a206fb7673aaeccac816d4dae210508c Reviewed-by: Jake Petroules <jake.petroules@qt.io>
* Remove Qt dependency from some API testsJake Petroules2017-11-275-3/+10
| | | | | | | | | | The Qt dependency in these tests does not seem to serve any purpose. This fixes the listBuildSystemFiles, subProjects, and precompiled header new row of the buildProject, buildProjectDryRun, resolveProject, and resolveProjectDryRun tests. Change-Id: Id9d3373ec449c0e80f944324472eebeaf0410f34 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
* Update license headersIikka Eklund2016-08-292-0/+56
| | | | | | | | | | Patch-set 2 includes *.cpp *.c Every source file needs to have up-to-date license headers in order to pass ci. Change-Id: Ie6e493097af6f7dd6a8adff170eb856f496e689e Reviewed-by: Jake Petroules <jake.petroules@qt.io>
* Add missing scope to SubProject's Properties item.Christian Kandeler2016-03-041-1/+1
| | | | | | | One could not access properties of the global qbs object. Change-Id: Ie2a6ef13d0e618c65eec7bbb24cb2c492461985c Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
* API test: Make defaultSetupParameters() smarter.Christian Kandeler2014-08-127-0/+65
It now takes the project file path and can derive a couple of things from that, so the calling functions need to do less. With the newly introduced conventions, it is no longer possible to share test data with the blackbox tests, so copy the respective directories. Change-Id: I311d982364a87188441bc6f7fedda71d025acc38 Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>