diff options
Diffstat (limited to 'vsprops/qt.props')
| -rw-r--r-- | vsprops/qt.props | 4 |
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 |