This repository has been archived on 2024-03-23. You can view files and clone it, but cannot push or open issues or pull requests.
2014-04-01 02:26:50 +00:00
|
|
|
<?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>QtCored4.lib;QtGuid4.lib;QtOpenGLd4.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
|
|
</Link>
|
|
|
|
<MOC>
|
|
|
|
<QtNoDebug>false</QtNoDebug>
|
2014-04-11 00:50:10 +00:00
|
|
|
<QtCommandLine>/I"$(SolutionDir)src" /I"$(ExternalsDir)glew-1.6.0\include" /I"$(ExternalsDir)sdl-1.2.15\include" /I"$(ExternalsDir)qhexedit" /D"_DEBUG"</QtCommandLine>
|
2014-04-01 02:26:50 +00:00
|
|
|
</MOC>
|
2014-04-19 18:26:14 +00:00
|
|
|
<PostBuildEvent>
|
|
|
|
<Command>xcopy "$(QtLibraryDir)QtCored4.dll" "$(EmuBinDir)" /Y /S /D
|
|
|
|
xcopy "$(QtLibraryDir)QtGuid4.dll" "$(EmuBinDir)" /Y /S /D
|
|
|
|
xcopy "$(QtLibraryDir)QtOpenGLd4.dll" "$(EmuBinDir)" /Y /S /D</Command>
|
|
|
|
</PostBuildEvent>
|
2014-04-01 02:26:50 +00:00
|
|
|
</ItemDefinitionGroup>
|
|
|
|
<ItemGroup />
|
|
|
|
</Project>
|