Skip to content
Snippets Groups Projects
Commit bec494ba authored by Pawel Polanski's avatar Pawel Polanski Committed by hjk
Browse files

Small change in a library template for Symbian and Maemo

(cherry picked from commit 1bed93e0)
parent e8a1aca8
No related branches found
No related tags found
No related merge requests found
...@@ -103,12 +103,13 @@ void MobileLibraryParameters::writeSymbianProFile(QTextStream &str) const ...@@ -103,12 +103,13 @@ void MobileLibraryParameters::writeSymbianProFile(QTextStream &str) const
" addFiles.sources = " + fileName + ".dll\n" " addFiles.sources = " + fileName + ".dll\n"
" addFiles.path = !:/sys/bin\n" " addFiles.path = !:/sys/bin\n"
" DEPLOYMENT += addFiles\n" " DEPLOYMENT += addFiles\n"
"}"; "}\n";
} }
void MobileLibraryParameters::writeMaemoProFile(QTextStream &str) const void MobileLibraryParameters::writeMaemoProFile(QTextStream &str) const
{ {
str << " else:unix {\n" str << "\n"
"unix:!symbian {\n"
" maemo5 {\n" " maemo5 {\n"
" target.path = /opt/usr/lib\n" " target.path = /opt/usr/lib\n"
" } else {\n" " } else {\n"
......
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