winrt: Do not add windeployqt dependency for static builds in VS
Change-Id: Iec6ebbfd73741d511008633b5fe0d9975e975729 Reviewed-by: Maurice Kalinowski <maurice.kalinowski@qt.io>
This commit is contained in:
parent
225a35a2ab
commit
77d82107b7
@ -9,6 +9,6 @@ CONFIG(debug, debug|release): \
|
||||
else: \
|
||||
QMAKE_LIBS = ucrt.lib vcruntime.lib $$QMAKE_LIBS
|
||||
|
||||
equals(TEMPLATE, "vcapp"): CONFIG += windeployqt
|
||||
equals(TEMPLATE, "vcapp"):!static: CONFIG += windeployqt
|
||||
|
||||
load(default_pre)
|
||||
|
Loading…
Reference in New Issue
Block a user