diff options
Diffstat (limited to 'package/qt/qt.mk')
-rw-r--r-- | package/qt/qt.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/qt/qt.mk b/package/qt/qt.mk index 93d2ed045..71b9e4ce9 100644 --- a/package/qt/qt.mk +++ b/package/qt/qt.mk @@ -1,4 +1,4 @@ -###################################################################### +################################################################################ # # Qt Embedded for Linux # @@ -9,7 +9,7 @@ # 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_VERSION = 4.8.4 QT_SOURCE = qt-everywhere-opensource-src-$(QT_VERSION).tar.gz |