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

Cleaning up the code. (SymbianOS)

parent cb975374
No related merge requests found
......@@ -91,11 +91,10 @@ void MobileLibraryParameters::writeProFile(QTextStream &str) const
void MobileLibraryParameters::writeSymbianProFile(QTextStream &str) const
{
if (libraryType != QtProjectParameters::SharedLibrary)
return; //nothing to do when the library is not shared library
return; //nothing to do when the library is not a shared library
str << "\n"
"symbian {\n"
" #Symbian specific definitions\n"
" MMP_RULES += EXPORTUNFROZEN\n"
" TARGET.UID3 = " + symbianUid + "\n"
" TARGET.CAPABILITY = " + generateCapabilitySet(symbianCapabilities).toAscii() + "\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