aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside2/PySide2/QtWidgets
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2018-01-31 15:49:55 +0100
committerSimo Fält <simo.falt@qt.io>2018-02-02 10:21:16 +0000
commit0a478f1f631f701a008cf4552ec26cc7074e4f63 (patch)
tree41a657132c6a4639e95e1d806959d52aa9005ee7 /sources/pyside2/PySide2/QtWidgets
parentdc9d1d1a3a96381ae6b7be2ea46840785986ae64 (diff)
Fix QSsl classes to be picked up on Linux
The compile tests that checked for QSsl classes silently failed because of two different reasons: 1) If Qt was compiled with -fPIC, but the tests weren't, we hit a compilation error. Solution is to compile with -fPIC if necessary. 2) For some reason when linking, the linker can't find the qt version tag symbol. Solution is to simply not use the version tag. Task-number: PYSIDE-599 Change-Id: If8a6ea38b45091bcaced6179a71195d25589ef18 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
Diffstat (limited to 'sources/pyside2/PySide2/QtWidgets')
0 files changed, 0 insertions, 0 deletions