summaryrefslogtreecommitdiffstats
path: root/qmake/project.h
diff options
context:
space:
mode:
Diffstat (limited to 'qmake/project.h')
-rw-r--r--qmake/project.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/qmake/project.h b/qmake/project.h
index 266053a972..43ec8ae5dc 100644
--- a/qmake/project.h
+++ b/qmake/project.h
@@ -188,8 +188,6 @@ Q_DECLARE_METATYPE(QMakeProject*)
inline QString QMakeProject::projectFile()
{
- if (pfile == "-")
- return QString("(stdin)");
return pfile;
}