CMake: Use a FilePathAsepect for the staging directory

Change-Id: Id4ac0cdaa3a773f740f474e78a7af104996a5504
Reviewed-by: Cristian Adam <cristian.adam@qt.io>
This commit is contained in:
hjk
2023-05-23 14:33:39 +02:00
parent a0f64b133d
commit 3ecaabf5e9
2 changed files with 2 additions and 3 deletions

View File

@@ -108,7 +108,7 @@ private:
Utils::StringAspect *m_toolArguments = nullptr;
Utils::BoolAspect *m_useiOSAutomaticProvisioningUpdates = nullptr;
Utils::BoolAspect *m_useStaging = nullptr;
Utils::StringAspect *m_stagingDir = nullptr;
Utils::FilePathAspect *m_stagingDir = nullptr;
QString m_allTarget = "all";
QString m_installTarget = "install";