diff options
Diffstat (limited to 'qmake/generators/unix/unixmake.cpp')
| -rw-r--r-- | qmake/generators/unix/unixmake.cpp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/qmake/generators/unix/unixmake.cpp b/qmake/generators/unix/unixmake.cpp index dc991ab9d3e..5cd3463769e 100644 --- a/qmake/generators/unix/unixmake.cpp +++ b/qmake/generators/unix/unixmake.cpp @@ -388,15 +388,6 @@ UnixMakefileGenerator::init() } } -void -UnixMakefileGenerator::processPrlVariable(const QString &var, const QStringList &l) -{ - if(var == "QMAKE_PRL_LIBS") { - project->values("QMAKE_CURRENT_PRL_LIBS") += l; - } else - MakefileGenerator::processPrlVariable(var, l); -} - QStringList &UnixMakefileGenerator::findDependencies(const QString &file) { |
