<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/qt-creator.git/src/src.pro, branch master</title>
<subtitle>code.qt.io: qt-creator/qt-creator.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/qt-creator.git/'/>
<entry>
<title>Remove qmake build files</title>
<updated>2022-01-20T12:18:15+00:00</updated>
<author>
<name>Eike Ziller</name>
<email>eike.ziller@qt.io</email>
</author>
<published>2022-01-14T11:44:53+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/qt-creator.git/commit/?id=9d8a419d107ae8219c84bc9178bfed76b94fa930'/>
<id>9d8a419d107ae8219c84bc9178bfed76b94fa930</id>
<content type='text'>
Removes qmake as a build system for building Qt Creator itself.
Keep them for some tests that are not completely moved to CMake yet.

Change-Id: I846c6ef65626b6dfae6375fdc85d00677aa8c2fb
Reviewed-by: hjk &lt;hjk@qt.io&gt;
Reviewed-by: Christian Kandeler &lt;christian.kandeler@qt.io&gt;
Reviewed-by: Christian Stenger &lt;christian.stenger@qt.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Removes qmake as a build system for building Qt Creator itself.
Keep them for some tests that are not completely moved to CMake yet.

Change-Id: I846c6ef65626b6dfae6375fdc85d00677aa8c2fb
Reviewed-by: hjk &lt;hjk@qt.io&gt;
Reviewed-by: Christian Kandeler &lt;christian.kandeler@qt.io&gt;
Reviewed-by: Christian Stenger &lt;christian.stenger@qt.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Make deployqt target recursive</title>
<updated>2019-02-07T15:39:58+00:00</updated>
<author>
<name>Eike Ziller</name>
<email>eike.ziller@qt.io</email>
</author>
<published>2019-02-05T11:49:35+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/qt-creator.git/commit/?id=791d791f2ca80dc623e6dac78c9f469e442516c3'/>
<id>791d791f2ca80dc623e6dac78c9f469e442516c3</id>
<content type='text'>
So perfparser's deploy target is triggered too

Change-Id: I131a23b46127130967767fd7fee629ac5a97b17a
Reviewed-by: Ulf Hermann &lt;ulf.hermann@qt.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
So perfparser's deploy target is triggered too

Change-Id: I131a23b46127130967767fd7fee629ac5a97b17a
Reviewed-by: Ulf Hermann &lt;ulf.hermann@qt.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Move 3rdparty resources into 3rdparty subdirectory</title>
<updated>2016-04-12T12:30:55+00:00</updated>
<author>
<name>Eike Ziller</name>
<email>eike.ziller@theqtcompany.com</email>
</author>
<published>2016-03-24T11:46:10+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/qt-creator.git/commit/?id=c320d3909aae3b7baa8891e8d8a84ef7fc28b7dd'/>
<id>c320d3909aae3b7baa8891e8d8a84ef7fc28b7dd</id>
<content type='text'>
Change-Id: Ib6363629ef3e4d10bca64936a46147b5defc048b
Reviewed-by: Orgad Shaneh &lt;orgads@gmail.com&gt;
Reviewed-by: Oswald Buddenhagen &lt;oswald.buddenhagen@theqtcompany.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Ib6363629ef3e4d10bca64936a46147b5defc048b
Reviewed-by: Orgad Shaneh &lt;orgads@gmail.com&gt;
Reviewed-by: Oswald Buddenhagen &lt;oswald.buddenhagen@theqtcompany.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove code duplication for copying resources.</title>
<updated>2016-04-12T12:30:33+00:00</updated>
<author>
<name>Eike Ziller</name>
<email>eike.ziller@theqtcompany.com</email>
</author>
<published>2016-03-23T12:31:04+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/qt-creator.git/commit/?id=2a3e342740bd09099198890072296ef3be221ec1'/>
<id>2a3e342740bd09099198890072296ef3be221ec1</id>
<content type='text'>
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 &lt;oswald.buddenhagen@theqtcompany.com&gt;
Reviewed-by: Eike Ziller &lt;eike.ziller@theqtcompany.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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 &lt;oswald.buddenhagen@theqtcompany.com&gt;
Reviewed-by: Eike Ziller &lt;eike.ziller@theqtcompany.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Adapt to qbs' libexec infrastructure.</title>
<updated>2015-06-03T15:29:55+00:00</updated>
<author>
<name>Christian Kandeler</name>
<email>christian.kandeler@theqtcompany.com</email>
</author>
<published>2015-06-03T15:07:29+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/qt-creator.git/commit/?id=8eb7c3efad1e16b677098e97c66daf0eabc672c7'/>
<id>8eb7c3efad1e16b677098e97c66daf0eabc672c7</id>
<content type='text'>
Change-Id: Ic2d609e017d201b7b3e0b3bcb08359652428aeaa
Reviewed-by: Joerg Bornemann &lt;joerg.bornemann@theqtcompany.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Ic2d609e017d201b7b3e0b3bcb08359652428aeaa
Reviewed-by: Joerg Bornemann &lt;joerg.bornemann@theqtcompany.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>fix exclusion of qbs from tr()-collection</title>
<updated>2015-01-09T15:05:49+00:00</updated>
<author>
<name>Oswald Buddenhagen</name>
<email>oswald.buddenhagen@theqtcompany.com</email>
</author>
<published>2014-12-17T13:24:43+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/qt-creator.git/commit/?id=10e6c40e1609ab8de58fc35cc3c4ef0a74ab83f5'/>
<id>10e6c40e1609ab8de58fc35cc3c4ef0a74ab83f5</id>
<content type='text'>
note that the TR_EXCLUDE is actually not used currently.

Change-Id: Ifc89587029e2c025d1e0253794668a515127a43f
Reviewed-by: Robert Loehning &lt;robert.loehning@theqtcompany.com&gt;
Reviewed-by: Eike Ziller &lt;eike.ziller@theqtcompany.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
note that the TR_EXCLUDE is actually not used currently.

Change-Id: Ifc89587029e2c025d1e0253794668a515127a43f
Reviewed-by: Robert Loehning &lt;robert.loehning@theqtcompany.com&gt;
Reviewed-by: Eike Ziller &lt;eike.ziller@theqtcompany.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't build qbs sbubmodule if installed qbs is provided.</title>
<updated>2014-10-06T13:33:48+00:00</updated>
<author>
<name>Christian Kandeler</name>
<email>christian.kandeler@digia.com</email>
</author>
<published>2014-10-06T13:24:06+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/qt-creator.git/commit/?id=580b5d12398a9a3e67e63a3c27c70d48f4d1ed75'/>
<id>580b5d12398a9a3e67e63a3c27c70d48f4d1ed75</id>
<content type='text'>
We want to build against that one then.

Change-Id: Iab6aaec4872ec02735292f2d8b3507fcbf3140ea
Reviewed-by: Joerg Bornemann &lt;joerg.bornemann@digia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We want to build against that one then.

Change-Id: Iab6aaec4872ec02735292f2d8b3507fcbf3140ea
Reviewed-by: Joerg Bornemann &lt;joerg.bornemann@digia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove more Qt version checks</title>
<updated>2014-09-10T15:04:10+00:00</updated>
<author>
<name>Eike Ziller</name>
<email>eike.ziller@digia.com</email>
</author>
<published>2014-09-10T10:32:42+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/qt-creator.git/commit/?id=a439d939e63d6d9be3673877f08d53fd055bfcc3'/>
<id>a439d939e63d6d9be3673877f08d53fd055bfcc3</id>
<content type='text'>
Change-Id: I4440b7a9fb2c16b10deab8e8abfcb0eaa8bb45bb
Reviewed-by: Christian Kandeler &lt;christian.kandeler@digia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I4440b7a9fb2c16b10deab8e8abfcb0eaa8bb45bb
Reviewed-by: Christian Kandeler &lt;christian.kandeler@digia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Qbs: correct dependencies (even though they are currently not used)</title>
<updated>2014-07-09T14:30:00+00:00</updated>
<author>
<name>Eike Ziller</name>
<email>eike.ziller@digia.com</email>
</author>
<published>2014-07-09T13:43:59+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/qt-creator.git/commit/?id=944e5dea5fc68d64a9e2b826a70b013481bee2d1'/>
<id>944e5dea5fc68d64a9e2b826a70b013481bee2d1</id>
<content type='text'>
Change-Id: I6f9a6e1e504885f4e69189eb0982e4e04014b1b1
Reviewed-by: Oswald Buddenhagen &lt;oswald.buddenhagen@digia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I6f9a6e1e504885f4e69189eb0982e4e04014b1b1
Reviewed-by: Oswald Buddenhagen &lt;oswald.buddenhagen@digia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Qbs: Avoid subdirs with ..</title>
<updated>2014-07-09T12:44:36+00:00</updated>
<author>
<name>Eike Ziller</name>
<email>eike.ziller@digia.com</email>
</author>
<published>2014-07-09T10:38:29+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/qt-creator.git/commit/?id=13346936c6039056cc5c6e3e94bec02a2d51135e'/>
<id>13346936c6039056cc5c6e3e94bec02a2d51135e</id>
<content type='text'>
It is not really supported and has subtle issues, which result
qmake no longer finding the generated .qmake.cache for Qbs
(e.g. when Qt Creator is a subdir of another .pro file).

Change-Id: I7a4a1bb6bbde83966daeeccd68165981b6f90e03
Reviewed-by: Christian Kandeler &lt;christian.kandeler@digia.com&gt;
Reviewed-by: Eike Ziller &lt;eike.ziller@digia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It is not really supported and has subtle issues, which result
qmake no longer finding the generated .qmake.cache for Qbs
(e.g. when Qt Creator is a subdir of another .pro file).

Change-Id: I7a4a1bb6bbde83966daeeccd68165981b6f90e03
Reviewed-by: Christian Kandeler &lt;christian.kandeler@digia.com&gt;
Reviewed-by: Eike Ziller &lt;eike.ziller@digia.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
