diff --git a/qmake/project.cpp b/qmake/project.cpp index 3f801334c21..fbfe84a5813 100644 --- a/qmake/project.cpp +++ b/qmake/project.cpp @@ -1315,10 +1315,6 @@ QMakeProject::read(uchar cmd) { again: if ((cmd & ReadSetup) && base_vars.isEmpty()) { - // hack to get the Option stuff in there - if(!Option::user_template_prefix.isEmpty()) - vars["TEMPLATE_PREFIX"] = QStringList(Option::user_template_prefix); - QString superdir; QString project_root; QString project_build_root;