diff options
Diffstat (limited to 'vsprops/qt_libs_debug.props')
| -rw-r--r-- | vsprops/qt_libs_debug.props | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/vsprops/qt_libs_debug.props b/vsprops/qt_libs_debug.props new file mode 100644 index 000000000..dcba690f0 --- /dev/null +++ b/vsprops/qt_libs_debug.props | |||
| @@ -0,0 +1,16 @@ | |||
| 1 | <?xml version="1.0" encoding="utf-8"?> | ||
| 2 | <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
| 3 | <ImportGroup Label="PropertySheets" /> | ||
| 4 | <PropertyGroup Label="UserMacros" /> | ||
| 5 | <PropertyGroup /> | ||
| 6 | <ItemDefinitionGroup> | ||
| 7 | <Link> | ||
| 8 | <AdditionalDependencies>QtCored4.lib;QtGuid4.lib;QtOpenGLd4.lib;%(AdditionalDependencies)</AdditionalDependencies> | ||
| 9 | </Link> | ||
| 10 | <MOC> | ||
| 11 | <QtNoDebug>false</QtNoDebug> | ||
| 12 | <QtCommandLine>/I"$(SolutionDir)src\common\src" /I"$(SolutionDir)src\core\src" /I"$(ExternalsDir)glew-1.6.0\include" /I"$(ExternalsDir)sdl-1.2.15\include" /I"$(ExternalsDir)qhexedit" /D"_DEBUG"</QtCommandLine> | ||
| 13 | </MOC> | ||
| 14 | </ItemDefinitionGroup> | ||
| 15 | <ItemGroup /> | ||
| 16 | </Project> \ No newline at end of file | ||