Go to most recent revision |
Details |
Last modification |
View Log
| RSS feed
| Rev |
Author |
Line No. |
Line |
| 287 |
Kevin |
1 |
<?xml version="1.0" encoding="utf-8"?>
|
|
|
2 |
<Project ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
3 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
|
4 |
<QTDIR>C:\Qt\Qt5.3.0\5.3\msvc2013_64_opengl</QTDIR>
|
|
|
5 |
<LocalDebuggerEnvironment>PATH=$(QTDIR)\bin%3b"$(QTDIR)\bin%3b$(PATH)</LocalDebuggerEnvironment>
|
|
|
6 |
</PropertyGroup>
|
|
|
7 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
|
8 |
<QTDIR>C:\Qt\Qt5.3.0\5.3\msvc2013_64_opengl</QTDIR>
|
|
|
9 |
<LocalDebuggerEnvironment>PATH=$(QTDIR)\bin%3b"$(QTDIR)\bin%3b$(PATH)</LocalDebuggerEnvironment>
|
|
|
10 |
</PropertyGroup>
|
|
|
11 |
</Project>
|