aboutsummaryrefslogtreecommitdiffstats
path: root/qtcreatordata.pri
Commit message (Collapse)AuthorAgeFilesLines
* Make sure "make clean" does not remove data directoriesChristian Kandeler2019-04-301-1/+4
| | | | | | | | | These resources are not temporary artifacts, so they should still be around after "make clean". Fixes: QTCREATORBUG-13060 Change-Id: I0de91044d597b6a54599c7bc55f83332b41b5572 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
* Support make install also on OS XEike Ziller2016-04-221-6/+4
| | | | | | | | It can be helpful, is not much effort, and parts did not restrict the install target to non-OS X already. Change-Id: I3501f37f089e981cf3f72d9250c9b9161d1565d6 Reviewed-by: Jake Petroules <jake.petroules@qt.io>
* Remove code duplication for copying resources.Eike Ziller2016-04-121-8/+12
| | | | | | | | | | | | | qtcreatordata.pri was created for "conditional" copying of resources to the build tree. Adapt it a bit and use it for the "unconditionally" copied resources as well. A side effect is, that the unconditionally copied resources now are also installed file by file instead of the directory as a whole, which doesn't make a difference in the end result though. Change-Id: I6da3eeaadcb48c19987858bbb8c2d42ee149f6f3 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com> Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
* Rename static.pri to qtcreatordata.pri and move to base directoryEike Ziller2016-04-121-0/+39
Preparation for using it at other places than static.pro as well. Change-Id: I8b3f55fdd2a90bc793f4bbc584e3e96f80231ce5 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>