Skip to content
Snippets Groups Projects
Commit 05b07bfe authored by Christian Kandeler's avatar Christian Kandeler
Browse files

Maemo: Set Unix target mode for pro-file parsing.

Reviewed-by: kh1
parent 9ca1e7d7
No related branches found
No related tags found
No related merge requests found
......@@ -77,6 +77,7 @@ void MaemoDeployables::createModels()
m_proFileOption = QSharedPointer<ProFileOption>(new ProFileOption);
m_proFileOption->properties
= qt4BuildConfiguration()->qtVersion()->versionInfo();
m_proFileOption->target_mode = ProFileOption::TARG_UNIX_MODE;
createModels(qt4BuildConfiguration()->qt4Target()->qt4Project()
->rootProjectNode());
emit modelsCreated();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment