-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathQTDIRDebug.props
25 lines (25 loc) · 1.02 KB
/
QTDIRDebug.props
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?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">
<QTDIR>D:\QT\5.10.1\msvc2017_64</QTDIR>
<CIPAS_QT>D:\QT\5.10.1\msvc2017_64</CIPAS_QT>
</PropertyGroup>
<PropertyGroup>
<IncludePath>$(QTDIR)/include;$(QTDIR)/include/QtCore;$(QTDIR)/include/QtGui;$(QTDIR)/include/QtOpenGL;$(QTDIR)/include/QtWidgets;$(QTDIR)/include/QtXml;$(IncludePath)</IncludePath>
<LibraryPath>$(QTDIR)/lib;$(LibraryPath)</LibraryPath>
</PropertyGroup>
<ItemDefinitionGroup>
<Link>
<AdditionalDependencies>qtmaind.lib;Qt5Cored.lib;Qt5Guid.lib;Qt5Xmld.lib;Qt5Sqld.lib;Qt5OpenGLd.lib;%(AdditionalDependencies)</AdditionalDependencies>
</Link>
</ItemDefinitionGroup>
<ItemGroup>
<BuildMacro Include="QTDIR">
<Value>$(QTDIR)</Value>
</BuildMacro>
<BuildMacro Include="CIPAS_QT">
<Value>$(CIPAS_QT)</Value>
</BuildMacro>
</ItemGroup>
</Project>