Compile on Windows

Some windows header have a define for DeleteFile.
This commit is contained in:
dt
2010-08-11 14:49:42 +02:00
parent 495c3f52fa
commit 3ccc079cd3
2 changed files with 3 additions and 2 deletions

View File

@@ -696,7 +696,7 @@ QList<ProjectNode::ProjectAction> Qt4PriFileNode::supportedActions(Node *node) c
case LibraryTemplate:
actions << AddFile;
if (m_recursiveEnumerateFiles.contains(node->path()))
actions << DeleteFile;
actions << EraseFile;
else
actions << RemoveFile;
break;