geometry/example/qt.vsprops
Barend Gehrels 8218ce445c Moved dependancies to property sheets
[SVN r61588]
2010-04-26 20:55:45 +00:00

23 lines
597 B
XML

<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioPropertySheet
ProjectType="Visual C++"
Version="8.00"
Name="wxwidgets"
>
<Tool
Name="VCCLCompilerTool"
AdditionalIncludeDirectories="$(QT)\include;$(QT)\include\QtGui"
PreprocessorDefinitions="QT_NO_DEBUG;QT_GUI_LIB;QT_CORE_LIB;QT_THREAD_SUPPORT"
/>
<Tool
Name="VCLinkerTool"
AdditionalLibraryDirectories="$(QT)\lib"
AdditionalDependencies="qtmain.lib QtGui4.lib QtCore4.lib"
IgnoreDefaultLibraryNames="msvcrt.lib"
/>
<UserMacro
Name="QT"
Value="c:\software\libraries\Qt\4.6.2"
/>
</VisualStudioPropertySheet>