Speed up opening .pro files on windows for some users
If the build directory is empty, which can happen if we are parsing a completely unconfigured project, then UIDIR might end up being '/'. The uiHeaderFile function appeneded /ui_XXX.h to that, leading to a network path. Fix that by ensuring in various places that we handle this case. Task-number: QTCREATORBUG-10733 Change-Id: Ib848ed4efbeacc6ee7ff862bef861a58f6d3ea34 Reviewed-by:Robert Loehning <robert.loehning@theqtcompany.com> Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
Daniel Teske <daniel.teske@theqtcompany.com>
Showing
Please register or sign in to comment