diff options
Diffstat (limited to 'package/qt')
-rw-r--r-- | package/qt/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/qt/Config.in b/package/qt/Config.in index 665725eef..543d8070b 100644 --- a/package/qt/Config.in +++ b/package/qt/Config.in @@ -48,7 +48,7 @@ choice config BR2_PACKAGE_QT_SHARED bool "Shared library" - depends on !BR2_PREFER_STATIC_LIB + depends on !BR2_STATIC_LIBS help Create and use shared Qt libraries. If you have multiple programs that depend on Qt or intend to use |