Skip to content
Snippets Groups Projects
Commit 1bed93e0 authored by Pawel Polanski's avatar Pawel Polanski
Browse files

Small change in a library template for Symbian and Maemo

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