Add install rules
Otherwise d3dcompiler will not be installed using -prefix in configure Change-Id: I3054969cc5d8b7c2378b12bbaef3dc4ca0194711 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by: Andrew Knight <andrew.knight@digia.com> Reviewed-by: Oliver Wolff <oliver.wolff@digia.com>
This commit is contained in:
parent
5f59207bd3
commit
e196b9a5a0
@ -12,3 +12,5 @@ win32:!winrt: LIBS += -lole32
|
|||||||
|
|
||||||
# __stdcall exports get mangled, so use a def file
|
# __stdcall exports get mangled, so use a def file
|
||||||
DEF_FILE += $${TARGET}.def
|
DEF_FILE += $${TARGET}.def
|
||||||
|
|
||||||
|
load(qt_installs)
|
||||||
|
Loading…
Reference in New Issue
Block a user