fix setting of output directory of SUBDIRS with -tp vs
amends ec145129c.
Investigated-by: Nikolai Tasev
Task-number: QTBUG-32375
Change-Id: Iff27c03c0bb4f739dad9d10bae9576946948041b
Reviewed-by: Andy Shaw <andy.shaw@digia.com>
Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
bb10
parent
4723f3fd04
commit
58de01b54b
|
|
@ -449,7 +449,7 @@ ProStringList VcprojGenerator::collectDependencies(QMakeProject *proj, QHash<QSt
|
|||
if (!qmake_setpwd(dir))
|
||||
fprintf(stderr, "Cannot find directory: %s", dir.toLatin1().constData());
|
||||
}
|
||||
Option::output_dir = Option::globals->shadowedPath(QDir::cleanPath(fi.absoluteFilePath()));
|
||||
Option::output_dir = Option::globals->shadowedPath(QDir::cleanPath(dir));
|
||||
if (tmp_proj.read(fn)) {
|
||||
// Check if all requirements are fulfilled
|
||||
if (!tmp_proj.isEmpty("QMAKE_FAILED_REQUIREMENTS")) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue