aboutsummaryrefslogtreecommitdiffstats
path: root/heimdall-frontend
diff options
context:
space:
mode:
authorBenjamin Dobell <benjamin.dobell+git@glassechidna.com.au>2012-10-07 23:40:07 +1100
committerBenjamin Dobell <benjamin.dobell+git@glassechidna.com.au>2012-10-07 23:40:07 +1100
commit648bfb1bb7b70c3d06f91af3188d95c8ed591c33 (patch)
tree1ea2964802e0c5d903d0a6b59966fce37e0fc74b /heimdall-frontend
parent8ac74126b4d8a295031ada29e3ff72d4fc5acbf4 (diff)
downloadexternal_heimdall-648bfb1bb7b70c3d06f91af3188d95c8ed591c33.zip
external_heimdall-648bfb1bb7b70c3d06f91af3188d95c8ed591c33.tar.gz
external_heimdall-648bfb1bb7b70c3d06f91af3188d95c8ed591c33.tar.bz2
Added a Qt4VSPropertySheet.props file that will hopefully work for other people.
Diffstat (limited to 'heimdall-frontend')
-rw-r--r--heimdall-frontend/Qt4VSPropertySheet.props13
1 files changed, 13 insertions, 0 deletions
diff --git a/heimdall-frontend/Qt4VSPropertySheet.props b/heimdall-frontend/Qt4VSPropertySheet.props
new file mode 100644
index 0000000..fca888b
--- /dev/null
+++ b/heimdall-frontend/Qt4VSPropertySheet.props
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <ImportGroup Label="PropertySheets" />
+ <PropertyGroup />
+ <PropertyGroup />
+ <ItemDefinitionGroup />
+ <ItemGroup>
+ <BuildMacro Include="QTDIR">
+ <Value>$(QTDIR)</Value>
+ <EnvironmentVariable>true</EnvironmentVariable>
+ </BuildMacro>
+ </ItemGroup>
+</Project> \ No newline at end of file