diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2012-04-14 21:28:31 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2012-04-14 21:28:31 +0200 |
commit | 8eaf4e5281c98f97a453e67547ec740174d9d417 (patch) | |
tree | 88f85921ab016b5c3a2b7a7a87b2db44ba9ebb46 | |
parent | 650195deb9168dd2e250b8145448ed580ea4601b (diff) |
qt: tweak help text
Upstream URL of Qt is qt-project.org nowadays, and there's a single Qt
release for everyone.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
-rw-r--r-- | package/qt/Config.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/package/qt/Config.in b/package/qt/Config.in index 3a552d090..1ce63489a 100644 --- a/package/qt/Config.in +++ b/package/qt/Config.in @@ -5,9 +5,10 @@ menuconfig BR2_PACKAGE_QT bool "Qt" depends on BR2_INSTALL_LIBSTDCPP help - Qt for Embedded Linux. + Qt is a cross-platform application and UI framework for + developers using C++. - http://www.qtsoftware.com/products/platform/qt-for-embedded-linux + http://qt-project.org if BR2_PACKAGE_QT |