<feed xmlns='http://www.w3.org/2005/Atom'>
<title>extra-cmake-modules.git/toolchain/deployment-file.json.in, branch v5.34.0</title>
<subtitle>hurd extra-cmake-modules.git</subtitle>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/'/>
<entry>
<title>Specify qml-root-path as the share directory in the prefix</title>
<updated>2017-03-16T14:11:55+00:00</updated>
<author>
<name>Aleix Pol</name>
<email>aleixpol@kde.org</email>
</author>
<published>2017-03-16T02:31:12+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=c5d92deff24578f8258a724ca8a143c2d5f390a1'/>
<id>c5d92deff24578f8258a724ca8a143c2d5f390a1</id>
<content type='text'>
Summary:
This way androiddeployqt will scan the imports.
Otherwise it wouldn't pull qtquickcontrols2 for me

Reviewers: #build_system, #frameworks, mart

Reviewed By: mart

Tags: #frameworks, #build_system

Differential Revision: https://phabricator.kde.org/D5067
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Summary:
This way androiddeployqt will scan the imports.
Otherwise it wouldn't pull qtquickcontrols2 for me

Reviewers: #build_system, #frameworks, mart

Reviewed By: mart

Tags: #frameworks, #build_system

Differential Revision: https://phabricator.kde.org/D5067
</pre>
</div>
</content>
</entry>
<entry>
<title>Android deployment: support projects without things in share or lib/qml</title>
<updated>2016-05-03T15:00:24+00:00</updated>
<author>
<name>Friedrich W. H. Kossebau</name>
<email>kossebau@kde.org</email>
</author>
<published>2016-05-03T15:00:24+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=e0cfec7848ba63190957e107c7ef32dbe0119c42'/>
<id>e0cfec7848ba63190957e107c7ef32dbe0119c42</id>
<content type='text'>
Just setting the field android-extra-plugins to an empty string resulted
in androiddeployqt complaining about
"External resource  does not exist or not a correct directory!"
so the field is completely left out now if no plugin data dirs are found.
For consistency the same is done with the android-extra-libs field.

REVIEW: 127700
BUG: 362578

Thanks apol for review
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Just setting the field android-extra-plugins to an empty string resulted
in androiddeployqt complaining about
"External resource  does not exist or not a correct directory!"
so the field is completely left out now if no plugin data dirs are found.
For consistency the same is done with the android-extra-libs field.

REVIEW: 127700
BUG: 362578

Thanks apol for review
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove workaround to delay execution on Android</title>
<updated>2015-09-30T23:25:03+00:00</updated>
<author>
<name>Aleix Pol</name>
<email>aleixpol@kde.org</email>
</author>
<published>2015-09-30T23:25:03+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=3b20ef911eb83b7bd37315ace682e0e6bc6195d9'/>
<id>3b20ef911eb83b7bd37315ace682e0e6bc6195d9</id>
<content type='text'>
* Remove get_property calls on targets, this way we don't need to be called
right before configuration time.
* Removes EOFHook

Instead we process it at generation time using the link.txt file (which is
probably another hack)

REVIEW: 125084
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Remove get_property calls on targets, this way we don't need to be called
right before configuration time.
* Removes EOFHook

Instead we process it at generation time using the link.txt file (which is
probably another hack)

REVIEW: 125084
</pre>
</div>
</content>
</entry>
<entry>
<title>Look for the files in the installed prefix rather the prefix path</title>
<updated>2015-09-13T00:04:07+00:00</updated>
<author>
<name>Aleix Pol</name>
<email>aleixpol@kde.org</email>
</author>
<published>2015-09-13T00:04:07+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=94c9958d41b145124ba5c96777f29e8eb81df160'/>
<id>94c9958d41b145124ba5c96777f29e8eb81df160</id>
<content type='text'>
In general, we are looking for what we're installing, not for what we
already had.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In general, we are looking for what we're installing, not for what we
already had.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use Qt5 to specify what's Qt5 installation prefix</title>
<updated>2015-09-12T23:57:58+00:00</updated>
<author>
<name>Aleix Pol</name>
<email>aleixpol@kde.org</email>
</author>
<published>2015-09-12T23:57:58+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=3915bacd6055087bf71ccabc5c9ddf15743f4e9a'/>
<id>3915bacd6055087bf71ccabc5c9ddf15743f4e9a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move Android toolchain module to ECM</title>
<updated>2015-02-06T00:24:23+00:00</updated>
<author>
<name>Aleix Pol</name>
<email>aleixpol@kde.org</email>
</author>
<published>2015-02-06T00:24:23+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=5b39c909baeb3e4c247a43b91a884d5990c99092'/>
<id>5b39c909baeb3e4c247a43b91a884d5990c99092</id>
<content type='text'>
Introduces the new Android toolchain file for being able to easily compile
our cmake projects in Android, with an emphasis on Qt projects.

CHANGELOG: New Android toolchain support module.

REVIEW: 121545
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Introduces the new Android toolchain file for being able to easily compile
our cmake projects in Android, with an emphasis on Qt projects.

CHANGELOG: New Android toolchain support module.

REVIEW: 121545
</pre>
</div>
</content>
</entry>
</feed>
