summaryrefslogtreecommitdiffstats
path: root/vsprops/qt_libs_release.props
diff options
context:
space:
mode:
authorYuri Kunde Schlesner <yuriks@yuriks.net>2014-09-01 23:04:07 +0200
committerYuri Kunde Schlesner <yuriks@yuriks.net>2014-09-01 23:06:30 +0200
commitc57de3e4046c662c5179d3b55340361a046a57ff (patch)
tree0ed8ccb8b5c42ee27c0c44969771bbd77af8ebf8 /vsprops/qt_libs_release.props
parentAvoid LOGGING redefinition warnings. (diff)
downloadyuzu-c57de3e4046c662c5179d3b55340361a046a57ff.tar
yuzu-c57de3e4046c662c5179d3b55340361a046a57ff.tar.gz
yuzu-c57de3e4046c662c5179d3b55340361a046a57ff.tar.bz2
yuzu-c57de3e4046c662c5179d3b55340361a046a57ff.tar.lz
yuzu-c57de3e4046c662c5179d3b55340361a046a57ff.tar.xz
yuzu-c57de3e4046c662c5179d3b55340361a046a57ff.tar.zst
yuzu-c57de3e4046c662c5179d3b55340361a046a57ff.zip
Diffstat (limited to '')
-rw-r--r--vsprops/qt_libs_release.props17
1 files changed, 0 insertions, 17 deletions
diff --git a/vsprops/qt_libs_release.props b/vsprops/qt_libs_release.props
deleted file mode 100644
index 0f02f30d5..000000000
--- a/vsprops/qt_libs_release.props
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <ImportGroup Label="PropertySheets" />
- <PropertyGroup Label="UserMacros" />
- <PropertyGroup />
- <ItemDefinitionGroup>
- <Link>
- <AdditionalDependencies>QtCore4.lib;QtGui4.lib;QtOpenGL4.lib;%(AdditionalDependencies)</AdditionalDependencies>
- </Link>
- <PostBuildEvent>
- <Command>xcopy "$(QtBinaryDir)QtCore4.dll" "$(EmuBinDir)" /Y /S /D
-xcopy "$(QtBinaryDir)QtGui4.dll" "$(EmuBinDir)" /Y /S /D
-xcopy "$(QtBinaryDir)QtOpenGL4.dll" "$(EmuBinDir)" /Y /S /D</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemGroup />
-</Project> \ No newline at end of file