summaryrefslogtreecommitdiff
path: root/qmake
Side-by-side diff
Diffstat (limited to 'qmake') (more/less context) (ignore whitespace changes)
-rw-r--r--qmake/generators/unix/unixmake2.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/qmake/generators/unix/unixmake2.cpp b/qmake/generators/unix/unixmake2.cpp
index 1797b98..cbe2014 100644
--- a/qmake/generators/unix/unixmake2.cpp
+++ b/qmake/generators/unix/unixmake2.cpp
@@ -214,2 +214,3 @@ UnixMakefileGenerator::writeMakeParts(QTextStream &t)
t << "DIST = " << varList("DISTFILES") << endl;
+ t << "PRO = " << fileFixify(project->projectFile()) << endl;
t << "QMAKE_TARGET = " << var("QMAKE_ORIG_TARGET") << endl;