Commit Graph

4 Commits

Author SHA1 Message Date
Christian Kandeler
02280bf14e Make sure "make clean" does not remove data directories
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>
2019-04-30 08:18:42 +00:00
Eike Ziller
89c2b2cd32 Support make install also on OS X
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>
2016-04-22 06:46:11 +00:00
Eike Ziller
2a3e342740 Remove code duplication for copying resources.
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>
2016-04-12 12:30:33 +00:00
Eike Ziller
69a406c37f Rename static.pri to qtcreatordata.pri and move to base directory
Preparation for using it at other places than static.pro as well.

Change-Id: I8b3f55fdd2a90bc793f4bbc584e3e96f80231ce5
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
2016-04-12 06:46:31 +00:00