diff options
Diffstat (limited to 'package/qt')
-rw-r--r-- | package/qt/qt.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/package/qt/qt.mk b/package/qt/qt.mk index e0e5d22bde..a64d32fe1c 100644 --- a/package/qt/qt.mk +++ b/package/qt/qt.mk @@ -203,6 +203,10 @@ else QT_CONFIGURE_OPTS += -static endif +ifeq ($(BR2_STATIC_LIBS),y) +QT_CONFIGURE_OPTS += -D QT_NO_DYNAMIC_LIBRARY +endif + ifeq ($(BR2_ENDIAN),"LITTLE") QT_CONFIGURE_OPTS += -little-endian else |