diff options
author | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2020-07-16 20:22:11 +0300 |
---|---|---|
committer | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2020-07-16 20:29:49 +0300 |
commit | 6457361e90c0cf704d086c51d75f51dbdfd374d7 (patch) | |
tree | 3f2bb2a16024c10d7baedff7b0f3dd2e8affe6a5 /depends/packages | |
parent | 6a53c3e390666e37322d6cddd8af2b09b750463d (diff) |
qt: Fix QFileDialog for static builds
This change partially reverts 248e22bbc0d7bc40ae3584d53a18507c46b0e553.
Diffstat (limited to 'depends/packages')
-rw-r--r-- | depends/packages/qt.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/depends/packages/qt.mk b/depends/packages/qt.mk index 631851855a..500881e442 100644 --- a/depends/packages/qt.mk +++ b/depends/packages/qt.mk @@ -80,7 +80,6 @@ $(package)_config_opts += -no-feature-colordialog $(package)_config_opts += -no-feature-commandlineparser $(package)_config_opts += -no-feature-concurrent $(package)_config_opts += -no-feature-dial -$(package)_config_opts += -no-feature-filesystemwatcher $(package)_config_opts += -no-feature-fontcombobox $(package)_config_opts += -no-feature-ftp $(package)_config_opts += -no-feature-http |