Commit 0a77bbcf authored by Daniel Agar's avatar Daniel Agar

Merge pull request #1863 from dagar/appveyor

Revert "Update NSIS script to include ANGLE dlls for windows, add NSI…
parents f19c3cfc 702fe1f4
......@@ -166,10 +166,6 @@ WindowsBuild {
$$BASEDIR\\libs\\lib\\sdl\\win32\\SDL.dll \
$$BASEDIR\\libs\\thirdParty\\libxbee\\lib\\libxbee.dll \
$$DLL_DIR\\icu*.dll \
$$DLL_DIR\\d3dcompiler*.dll \
$$DLL_DIR\\libEGL$${DLL_QT_DEBUGCHAR}.dll \
$$DLL_DIR\\libGLESv2$${DLL_QT_DEBUGCHAR}.dll \
$$DLL_DIR\\opengl32sw.dll \
$$DLL_DIR\\Qt5Core$${DLL_QT_DEBUGCHAR}.dll \
$$DLL_DIR\\Qt5Gui$${DLL_QT_DEBUGCHAR}.dll \
$$DLL_DIR\\Qt5Location$${DLL_QT_DEBUGCHAR}.dll \
......@@ -191,6 +187,11 @@ WindowsBuild {
$$DLL_DIR\\Qt5WebKitWidgets$${DLL_QT_DEBUGCHAR}.dll \
$$DLL_DIR\\Qt5Widgets$${DLL_QT_DEBUGCHAR}.dll \
$$DLL_DIR\\Qt5Xml$${DLL_QT_DEBUGCHAR}.dll
# readd this with Qt 5.5
# $$DLL_DIR\\d3dcompiler*.dll \
# $$DLL_DIR\\libEGL$${DLL_QT_DEBUGCHAR}.dll \
# $$DLL_DIR\\libGLESv2$${DLL_QT_DEBUGCHAR}.dll \
# $$DLL_DIR\\opengl32sw.dll \
for(COPY_FILE, COPY_FILE_LIST) {
QMAKE_POST_LINK += $$escape_expand(\\n) $$QMAKE_COPY \"$$COPY_FILE\" \"$$DESTDIR_WIN\"
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment