diff options
author | Mathieu Vaillancourt <vaillancourtm@gmail.com> | 2014-04-01 04:26:50 +0200 |
---|---|---|
committer | Mathieu Vaillancourt <vaillancourtm@gmail.com> | 2014-04-01 04:32:03 +0200 |
commit | 05be8d2f0c58f5de56bbf920743f91bd8584b4f2 (patch) | |
tree | c82d5c690c7fa9e252adf0c24616aa042535d517 /vsprops/qt_libs_debug.props | |
parent | added very hackish ARMulator core initialization and CPU stepping (diff) | |
download | yuzu-05be8d2f0c58f5de56bbf920743f91bd8584b4f2.tar yuzu-05be8d2f0c58f5de56bbf920743f91bd8584b4f2.tar.gz yuzu-05be8d2f0c58f5de56bbf920743f91bd8584b4f2.tar.bz2 yuzu-05be8d2f0c58f5de56bbf920743f91bd8584b4f2.tar.lz yuzu-05be8d2f0c58f5de56bbf920743f91bd8584b4f2.tar.xz yuzu-05be8d2f0c58f5de56bbf920743f91bd8584b4f2.tar.zst yuzu-05be8d2f0c58f5de56bbf920743f91bd8584b4f2.zip |
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 @@ +<?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> + <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> + </MOC> + </ItemDefinitionGroup> + <ItemGroup /> +</Project>
\ No newline at end of file |