Skip to content
Snippets Groups Projects
Commit ceca662e authored by Thorbjørn Lindeijer's avatar Thorbjørn Lindeijer
Browse files

Updated known issues related to .pro file parsing

Reviewed-by: Oswald Buddenhagen
parent c8a24236
No related branches found
No related tags found
No related merge requests found
...@@ -1571,8 +1571,11 @@ ...@@ -1571,8 +1571,11 @@
\o Loading KDE4 designer plugins breaks the style in KDE < 4.2.1 \o Loading KDE4 designer plugins breaks the style in KDE < 4.2.1
due to a bug in KDE. due to a bug in KDE.
\o Scopes in \c{.pro} files are ignored, and environment variables not \o The DEFINES and INCLUDES set in \c{.pro} files are not dealt with
expanded. on a file-specific level. Because of this, handling of DEFINES has
been disabled completely. Also the \c{.qmake.cache} is not being
parsed. In general, the \c{.pro} file parser is incomplete and
problems are still to be expected.
\o Code completion for generated UI header files is updated only \o Code completion for generated UI header files is updated only
after a build. after a build.
......
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