4
1
mirror of https://github.com/QuasarApp/CQtDeployer.git synced 2025-05-06 22:49:35 +00:00

fix build

This commit is contained in:
Andrei Yankovich 2019-08-27 11:21:13 +03:00
parent e83a2d4aee
commit ad903b0d88

@ -644,6 +644,7 @@ void deploytest::testDistroStruct() {
for (auto &i: cases) {
QVERIFY(distro.getRelativePath(i.first) == i.second);
}
}
void deploytest::testSetTargetDir() {