<feed xmlns='http://www.w3.org/2005/Atom'>
<title>playground/mimetypes.git, branch master</title>
<subtitle>Mime Type detection for Qt 4
</subtitle>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/playground/mimetypes.git/'/>
<entry>
<title>Fixes an FTBFS on CentOS 6</title>
<updated>2014-10-20T16:28:00+00:00</updated>
<author>
<name>Luís Pereira</name>
<email>luis.artur.pereira@gmail.com</email>
</author>
<published>2014-10-16T14:45:09+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/playground/mimetypes.git/commit/?id=1ab65d163d9fe77b181c24f4e01e060df725a6bf'/>
<id>1ab65d163d9fe77b181c24f4e01e060df725a6bf</id>
<content type='text'>
It happens when using Qt 4.6.2. Including the QHash header fixes it.

Change-Id: I97692ce1d3a05695e01b39d67f4c068f7500aed8
Reviewed-by: David Faure &lt;david.faure@kdab.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It happens when using Qt 4.6.2. Including the QHash header fixes it.

Change-Id: I97692ce1d3a05695e01b39d67f4c068f7500aed8
Reviewed-by: David Faure &lt;david.faure@kdab.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Adds version info &amp; bumps it to 1.0.1</title>
<updated>2014-09-03T06:54:50+00:00</updated>
<author>
<name>Luís Pereira</name>
<email>luis.artur.pereira@gmail.com</email>
</author>
<published>2014-08-30T12:11:32+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/playground/mimetypes.git/commit/?id=123e5255daf5bc780f8ecfa62f796a2aedef9a13'/>
<id>123e5255daf5bc780f8ecfa62f796a2aedef9a13</id>
<content type='text'>
VERSION wasn't being used, it defaulted to 1.0.1.

Change-Id: I237feb1eb40db19cb880efc7ad23c5bbb5a24723
Reviewed-by: David Faure &lt;david.faure@kdab.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
VERSION wasn't being used, it defaulted to 1.0.1.

Change-Id: I237feb1eb40db19cb880efc7ad23c5bbb5a24723
Reviewed-by: David Faure &lt;david.faure@kdab.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Removes the Wno-long-long flag</title>
<updated>2014-08-30T11:23:48+00:00</updated>
<author>
<name>Luís Pereira</name>
<email>luis.artur.pereira@gmail.com</email>
</author>
<published>2014-08-29T17:20:34+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/playground/mimetypes.git/commit/?id=705037ec2f31d1dd3be7fed86488c59cdcb055ba'/>
<id>705037ec2f31d1dd3be7fed86488c59cdcb055ba</id>
<content type='text'>
-Wlong-long is enabled by either -Wpedantic or -Wtraditional in ISO C90
and C++98 modes. They aren't turned on, so there is no need to
inhibit -Wlong-long with -Wno-long-long.

Change-Id: I2cd9655d9d885f762e4af422d393934790c3970c
Reviewed-by: David Faure &lt;david.faure@kdab.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
-Wlong-long is enabled by either -Wpedantic or -Wtraditional in ISO C90
and C++98 modes. They aren't turned on, so there is no need to
inhibit -Wlong-long with -Wno-long-long.

Change-Id: I2cd9655d9d885f762e4af422d393934790c3970c
Reviewed-by: David Faure &lt;david.faure@kdab.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Support building against Qt v4.7.2 using "modern" GCC versions</title>
<updated>2014-07-24T07:43:50+00:00</updated>
<author>
<name>Luís Pereira</name>
<email>luis.artur.pereira@gmail.com</email>
</author>
<published>2014-07-23T22:45:50+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/playground/mimetypes.git/commit/?id=a0820aef5a180debef365247dc98dcf06b3c7356'/>
<id>a0820aef5a180debef365247dc98dcf06b3c7356</id>
<content type='text'>
With "modern" GCC versions we got some new warnings that, due to the
-Werror, were treated as errors. Just kill the -Werror flag.

Change-Id: I3947fde8b56dab8f3810366aa27dc25967ba5b10
Reviewed-by: David Faure &lt;david.faure@kdab.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
With "modern" GCC versions we got some new warnings that, due to the
-Werror, were treated as errors. Just kill the -Werror flag.

Change-Id: I3947fde8b56dab8f3810366aa27dc25967ba5b10
Reviewed-by: David Faure &lt;david.faure@kdab.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixes an FTBFS</title>
<updated>2014-07-16T07:29:52+00:00</updated>
<author>
<name>Luís Pereira</name>
<email>luis.artur.pereira@gmail.com</email>
</author>
<published>2014-07-12T18:16:05+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/playground/mimetypes.git/commit/?id=ca4ffbdb294530db1139f261a02f8f560e2e060b'/>
<id>ca4ffbdb294530db1139f261a02f8f560e2e060b</id>
<content type='text'>
Include geteuid() headers.

Change-Id: I1ce0ecf20002144fc90548080ec5b7c21ee61cad
Reviewed-by: David Faure &lt;david.faure@kdab.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Include geteuid() headers.

Change-Id: I1ce0ecf20002144fc90548080ec5b7c21ee61cad
Reviewed-by: David Faure &lt;david.faure@kdab.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't install test stuff</title>
<updated>2013-09-13T14:48:07+00:00</updated>
<author>
<name>Luís Pereira</name>
<email>luis.artur.pereira@gmail.com</email>
</author>
<published>2013-09-13T13:56:09+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/playground/mimetypes.git/commit/?id=b5c23e1c5afaa99f34dbd3b1802c7962c584cd84'/>
<id>b5c23e1c5afaa99f34dbd3b1802c7962c584cd84</id>
<content type='text'>
Testing is done by the developer/builder. No need to install it.
test.xml testdefinition also removed. It was not being used it anyway.

Change-Id: I24c56df85ce00368934a731fde6a3cf253dedb41
Signed-off-by: Luís Pereira &lt;luis.artur.pereira@gmail.com&gt;
Reviewed-by: David Faure &lt;david.faure@kdab.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Testing is done by the developer/builder. No need to install it.
test.xml testdefinition also removed. It was not being used it anyway.

Change-Id: I24c56df85ce00368934a731fde6a3cf253dedb41
Signed-off-by: Luís Pereira &lt;luis.artur.pereira@gmail.com&gt;
Reviewed-by: David Faure &lt;david.faure@kdab.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Kills all the QML stuff</title>
<updated>2013-09-13T14:47:53+00:00</updated>
<author>
<name>Luís Pereira</name>
<email>luis.artur.pereira@gmail.com</email>
</author>
<published>2013-09-12T19:08:25+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/playground/mimetypes.git/commit/?id=2e91c499ca50264805d438a37c1176b0a415019e'/>
<id>2e91c499ca50264805d438a37c1176b0a415019e</id>
<content type='text'>
It didn't make to Qt5 because it made no sense. No point in having it in
Qt4.

Change-Id: I94a4444d0c667c4dc2b07565f45ff05ad53680db
Signed-off-by: Luís Pereira &lt;luis.artur.pereira@gmail.com&gt;
Reviewed-by: David Faure &lt;david.faure@kdab.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It didn't make to Qt5 because it made no sense. No point in having it in
Qt4.

Change-Id: I94a4444d0c667c4dc2b07565f45ff05ad53680db
Signed-off-by: Luís Pereira &lt;luis.artur.pereira@gmail.com&gt;
Reviewed-by: David Faure &lt;david.faure@kdab.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixes declarative_mimetypes lib install directory</title>
<updated>2013-09-12T11:52:27+00:00</updated>
<author>
<name>Luís Pereira</name>
<email>luis.artur.pereira@gmail.com</email>
</author>
<published>2013-09-11T17:39:53+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/playground/mimetypes.git/commit/?id=b80b96a6e9db660e03777233973045cc2c28ed89'/>
<id>b80b96a6e9db660e03777233973045cc2c28ed89</id>
<content type='text'>
Just install it to the $$[QT_INSTALL_IMPORTS] directory. Qt will search
there.
maemo5 "special" install directory dropped.

Change-Id: I307da5b73d02b665d221d1067a6e83b13b00915c
Signed-off-by: Luís Pereira &lt;luis.artur.pereira@gmail.com&gt;
Reviewed-by: David Faure &lt;david.faure@kdab.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Just install it to the $$[QT_INSTALL_IMPORTS] directory. Qt will search
there.
maemo5 "special" install directory dropped.

Change-Id: I307da5b73d02b665d221d1067a6e83b13b00915c
Signed-off-by: Luís Pereira &lt;luis.artur.pereira@gmail.com&gt;
Reviewed-by: David Faure &lt;david.faure@kdab.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixes another typo bug in the LIBDIR install path</title>
<updated>2013-09-08T13:13:23+00:00</updated>
<author>
<name>Luís Pereira</name>
<email>luis.artur.pereira@gmail.com</email>
</author>
<published>2013-08-29T15:18:22+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/playground/mimetypes.git/commit/?id=e46ef400d66de04c3c1c76cb1defa0c6f600948a'/>
<id>e46ef400d66de04c3c1c76cb1defa0c6f600948a</id>
<content type='text'>
Change-Id: I5a7bf6045d51189f2fba5fae0b66cbbebeadbe2b
Signed-off-by: Luís Pereira &lt;luis.artur.pereira@gmail.com&gt;
Reviewed-by: David Faure KDE (deprecated, use kdab instead) &lt;faure@kde.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I5a7bf6045d51189f2fba5fae0b66cbbebeadbe2b
Signed-off-by: Luís Pereira &lt;luis.artur.pereira@gmail.com&gt;
Reviewed-by: David Faure KDE (deprecated, use kdab instead) &lt;faure@kde.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Creates and installs pkg-config .pc file</title>
<updated>2013-08-31T11:24:19+00:00</updated>
<author>
<name>Luís Pereira</name>
<email>luis.artur.pereira@gmail.com</email>
</author>
<published>2013-08-29T16:46:18+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/playground/mimetypes.git/commit/?id=865932fee0044509fa396d3f9fc2b8bfaa7a125f'/>
<id>865932fee0044509fa396d3f9fc2b8bfaa7a125f</id>
<content type='text'>
I was able to build the examples/mimetypefinder example with:
g++ `pkg-config --cflags --libs QtMimeTypes` -o mimetypefinder main.cpp

Change-Id: Ie783f88b74119392be633a6094ba40d16209a7c3
Signed-off-by: Luís Pereira &lt;luis.artur.pereira@gmail.com&gt;
Reviewed-by: David Faure (KDE) &lt;faure@kde.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I was able to build the examples/mimetypefinder example with:
g++ `pkg-config --cflags --libs QtMimeTypes` -o mimetypefinder main.cpp

Change-Id: Ie783f88b74119392be633a6094ba40d16209a7c3
Signed-off-by: Luís Pereira &lt;luis.artur.pereira@gmail.com&gt;
Reviewed-by: David Faure (KDE) &lt;faure@kde.org&gt;
</pre>
</div>
</content>
</entry>
</feed>
