Fix Qbs script.

This commit is contained in:
Roman Telezhynskyi 2023-08-08 18:17:19 +03:00
parent 73c35c4b2a
commit 846e5b3d4f

View File

@ -65,4 +65,8 @@ Library {
}
fileTags: ["cpp_pch_src"]
}
Export {
Depends { name: "buildconfig" }
}
}