aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox/testdata/wildcard_renaming
Commit message (Collapse)AuthorAgeFilesLines
* Remove the base module import from most test data projectsJoerg Bornemann2018-06-221-2/+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>
* Simplify installation of applications and librariesChristian Kandeler2018-06-011-0/+1
| | | | | | | | | | | | | | | | Add "install" and "installDir" convenience properties to our Application, DynamicLibrary and StaticLibrary items, so users are no longer required to write groups with file tag filters for the normal installation case. The installDir property has a suitable default value for the respective target platform, as does qbs.installPrefix. [ChangeLog] The Application, DynamicLibrary and StaticLibrary items now have properties for more convenient installation of target binaries. Task-number: QBS-229 Change-Id: I9cfa4c02a7c555b0af637257da63967cd62cc119 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io> Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
* use the simplified base import statementJoerg Bornemann2013-03-081-1/+1
| | | | | Change-Id: I3c9e5d5512cad7028026d6166a0783fd507e7826 Reviewed-by: Christian Kandeler <christian.kandeler@digia.com>
* Introduce the "install" command.Christian Kandeler2013-01-221-2/+1
| | | | | | | | | | | This decouples building and installing, e.g. allowing the latter to be executed by a privileged user to a system-wide directory. In addition, the ability to install build artifacts (typically executables or libraries) has been added. Change-Id: I28e725e4c1168eebe88e12c75e3d3e9f5fe28ca5 Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
* Fix renaming files to be installed that are matched by a wildcard.Christian Kandeler2012-12-062-0/+9
The problem is that files matched by an "install" rule are currently not added to the target artifacts if a build graph already exists and they are "implicitly added" by adding or renaming a file in a group matched by a wildcard (i.e. the change happens without touching the project file). Task-number: QBS-146 Change-Id: Iec499de8dd88e3ac599b7435ec441aad7689f55a Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>