summaryrefslogtreecommitdiff
path: root/vsprops/qt.props
diff options
context:
space:
mode:
authorGravatar bunnei2014-04-21 22:00:13 -0400
committerGravatar bunnei2014-04-21 22:00:13 -0400
commit089dff2cd495c02d2547ec203bf0183b7e5bd6c7 (patch)
tree336851d1f6cde02a64652845700a4ae6f1c32a3d /vsprops/qt.props
parentIgnore scm_rev.h and auto copy Qt dlls to bin folder on build. (diff)
downloadyuzu-089dff2cd495c02d2547ec203bf0183b7e5bd6c7.tar.gz
yuzu-089dff2cd495c02d2547ec203bf0183b7e5bd6c7.tar.xz
yuzu-089dff2cd495c02d2547ec203bf0183b7e5bd6c7.zip
fixed VSProps for Qt DLL copy
Diffstat (limited to 'vsprops/qt.props')
-rw-r--r--vsprops/qt.props4
1 files changed, 4 insertions, 0 deletions
diff --git a/vsprops/qt.props b/vsprops/qt.props
index 484507323..f8bb44776 100644
--- a/vsprops/qt.props
+++ b/vsprops/qt.props
@@ -4,6 +4,7 @@
4 <PropertyGroup Label="UserMacros"> 4 <PropertyGroup Label="UserMacros">
5 <QtIncludeDir>$(QTDIR)\include\</QtIncludeDir> 5 <QtIncludeDir>$(QTDIR)\include\</QtIncludeDir>
6 <QtLibraryDir>$(QTDIR)\lib\</QtLibraryDir> 6 <QtLibraryDir>$(QTDIR)\lib\</QtLibraryDir>
7 <QtBinaryDir>$(QTDIR)\bin\</QtBinaryDir>
7 </PropertyGroup> 8 </PropertyGroup>
8 <PropertyGroup> 9 <PropertyGroup>
9 <IncludePath>$(QtIncludeDir);$(QtIncludeDir)QtGui;$(QtIncludeDir)QtCore;$(QtIncludeDir)Qt;$(QtIncludeDir)QtOpenGL;$(QtIncludeDir)QtANGLE;$(QtIncludeDir)QtWidgets;$(IncludePath)</IncludePath> 10 <IncludePath>$(QtIncludeDir);$(QtIncludeDir)QtGui;$(QtIncludeDir)QtCore;$(QtIncludeDir)Qt;$(QtIncludeDir)QtOpenGL;$(QtIncludeDir)QtANGLE;$(QtIncludeDir)QtWidgets;$(IncludePath)</IncludePath>
@@ -31,5 +32,8 @@
31 <BuildMacro Include="QtLibraryDir"> 32 <BuildMacro Include="QtLibraryDir">
32 <Value>$(QtLibraryDir)</Value> 33 <Value>$(QtLibraryDir)</Value>
33 </BuildMacro> 34 </BuildMacro>
35 <BuildMacro Include="QtBinaryDir">
36 <Value>$(QtBinaryDir)</Value>
37 </BuildMacro>
34 </ItemGroup> 38 </ItemGroup>
35</Project> \ No newline at end of file 39</Project> \ No newline at end of file