Fix clear qmake file

This commit is contained in:
Oleg Korshul
2021-06-27 11:11:52 +03:00
parent f8091afb69
commit cedb7af539

View File

@@ -65,5 +65,5 @@ defineTest(addSubProject) {
export($${pro_name}.depends)
}
# remove makefile
qmakeClear(path, name)
qmakeClear($$path, $$name)
}