summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Dobell <benjamin.dobell+git@glassechidna.com.au>2012-10-07 14:40:07 +0200
committerBenjamin Dobell <benjamin.dobell+git@glassechidna.com.au>2012-10-07 14:40:07 +0200
commit648bfb1bb7b70c3d06f91af3188d95c8ed591c33 (patch)
tree1ea2964802e0c5d903d0a6b59966fce37e0fc74b
parentPIT files are no longer always exactly 4096 bytes. Fixed a bug that was a (diff)
downloadHeimdall-648bfb1bb7b70c3d06f91af3188d95c8ed591c33.tar
Heimdall-648bfb1bb7b70c3d06f91af3188d95c8ed591c33.tar.gz
Heimdall-648bfb1bb7b70c3d06f91af3188d95c8ed591c33.tar.bz2
Heimdall-648bfb1bb7b70c3d06f91af3188d95c8ed591c33.tar.lz
Heimdall-648bfb1bb7b70c3d06f91af3188d95c8ed591c33.tar.xz
Heimdall-648bfb1bb7b70c3d06f91af3188d95c8ed591c33.tar.zst
Heimdall-648bfb1bb7b70c3d06f91af3188d95c8ed591c33.zip
-rw-r--r--.gitignore1
-rw-r--r--heimdall-frontend/Qt4VSPropertySheet.props13
2 files changed, 13 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 150bb19..640d11c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,5 +6,4 @@ GeneratedFiles/
*.vcxproj.user
*.suo
*.sdf
-heimdall-frontend/Qt4VSPropertySheet.props
*.opensdf
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