From e889485e945d8fa9564566f286114be10d2a1ce5 Mon Sep 17 00:00:00 2001 From: mickeyl Date: Sun, 28 Dec 2003 00:32:51 +0000 Subject: fix qmake 1.05a to generate the PRO line in a Makefile this feature seemed to have been removed in 1.05a - it was in 1.04a and is needed for opie-lupdate to work --- (limited to 'qmake') diff --git a/qmake/generators/unix/unixmake2.cpp b/qmake/generators/unix/unixmake2.cpp index 7fbb9f4..d8a4a0d 100644 --- a/qmake/generators/unix/unixmake2.cpp +++ b/qmake/generators/unix/unixmake2.cpp @@ -142,6 +142,7 @@ UnixMakefileGenerator::writeMakeParts(QTextStream &t) t << "SYMLINK = " << var("QMAKE_SYMBOLIC_LINK") << endl; t << "DEL_DIR = " << var("QMAKE_DEL_DIR") << endl; t << "MOVE = " << var("QMAKE_MOVE") << endl; + t << "PRO = " << fileFixify(project->projectFile() )<< endl; t << "CHK_DIR_EXISTS= " << var("QMAKE_CHK_DIR_EXISTS") << endl; t << "MKDIR = " << var("QMAKE_MKDIR") << endl; t << endl; -- cgit v0.9.0.2