fix bogus library paths in ANGLE prl files
Task-number: QTBUG-41204 Change-Id: I3ddcba23467e7df3a4449c4960972f37810ed323 Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>bb10
parent
739f98aa09
commit
1da57ecd06
|
|
@ -7,6 +7,11 @@ INCLUDEPATH += \
|
|||
|
||||
LIBS_PRIVATE = $$QMAKE_LIBS_CORE $$QMAKE_LIBS_GUI
|
||||
|
||||
lib_replace.match = $$[QT_INSTALL_LIBS/get]
|
||||
lib_replace.replace = $$[QT_INSTALL_LIBS/raw]
|
||||
lib_replace.CONFIG = path
|
||||
QMAKE_PRL_INSTALL_REPLACE += lib_replace
|
||||
|
||||
# DirectX is included in the Windows 8 Kit, but everything else requires the DX SDK.
|
||||
win32-msvc2012|win32-msvc2013|winrt {
|
||||
FXC = fxc.exe
|
||||
|
|
|
|||
Loading…
Reference in New Issue