diff options
author | Alexandru Croitor <alexandru.croitor@qt.io> | 2019-07-22 19:27:36 +0200 |
---|---|---|
committer | Alexandru Croitor <alexandru.croitor@qt.io> | 2019-07-22 18:48:17 +0000 |
commit | 59912b95581031a2ea3513b7b900089e928dfbf5 (patch) | |
tree | 40e2af119eb1e93f4f8e4c213d0cc10ea0e5d657 /src/plugins/generic | |
parent | 35fbe525fe88b5c87b2e0ab5353c749d571b167e (diff) |
Fix building examples when doing a Qt static build
The build failed due to two different reasons.
We tried to assign properties on an aliased target, which does not
work. Make sure to set properties on the original unaliased target.
We tried to query for the value of the QT_DEFAULT_PLUGINS property
when automatically linking to plugins, but the generator expression
failed in the AND section, because querying for an unexisting value
does not return an integer, and the AND expression expects an integer.
The fix is to wrap the relevant expression in a BOOL generator
expression.
Change-Id: Ia065bc1de939cee49e5de0b2aef70e356cc5419a
Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Reviewed-by: Qt CMake Build Bot
Diffstat (limited to 'src/plugins/generic')
0 files changed, 0 insertions, 0 deletions