Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Tobias Hunger
qt-creator
Commits
33c1f962
Commit
33c1f962
authored
Sep 27, 2010
by
Pawel Polanski
Browse files
Library header files are not exported anymore (SymbianOS)
parent
2dbc1818
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qt4projectmanager/wizards/mobilelibraryparameters.cpp
View file @
33c1f962
...
...
@@ -100,8 +100,6 @@ void MobileLibraryParameters::writeSymbianProFile(QTextStream &str) const
" TARGET.UID3 = "
+
symbianUid
+
"
\n
"
" TARGET.CAPABILITY = "
+
generateCapabilitySet
(
symbianCapabilities
).
toAscii
()
+
"
\n
"
" TARGET.EPOCALLOWDLLDATA = 1
\n
"
" BLD_INF_RULES.prj_exports +=
\"
"
+
fileName
+
".h
\"\n
"
" BLD_INF_RULES.prj_exports +=
\"
"
+
fileName
+
"_global.h
\"\n
"
" addFiles.sources = "
+
fileName
+
".dll
\n
"
" addFiles.path = !:/sys/bin
\n
"
" DEPLOYMENT += addFiles
\n
"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment