diff options
| author | Adam Duskett <Aduskett@gmail.com> | 2017-04-21 11:24:52 -0400 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-04-22 15:51:07 +0200 |
| commit | 42ec2bd4a4ec7337c34772559024fcc9e135c898 (patch) | |
| tree | d09beed599f26dbcb92a1e99cb95c6bf4734e272 | |
| parent | edc2d7b0a4d0af8f5456310da106c1d26b50ab48 (diff) | |
| download | buildroot-42ec2bd4a4ec7337c34772559024fcc9e135c898.tar.gz buildroot-42ec2bd4a4ec7337c34772559024fcc9e135c898.zip | |
package/qt: fix header
The header was non-standard according to check-package.
Signed-off-by: Adam Duskett <aduskett@codeblue.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| -rw-r--r-- | package/qt/qt.mk | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/package/qt/qt.mk b/package/qt/qt.mk index 2580ee7c0b..690a4b4d9e 100644 --- a/package/qt/qt.mk +++ b/package/qt/qt.mk @@ -1,13 +1,6 @@ ################################################################################ # -# Qt Embedded for Linux -# -# This makefile was originally composed by Thomas Lundquist <thomasez@zelow.no> -# Later heavily modified by buildroot developers -# -# BTW, this uses alot of FPU calls and it's pretty slow if you use -# the kernels FPU emulation so it's better to choose soft float in the -# buildroot config (and uClibc.config of course, if you have your own.) +# qt # ################################################################################ |

