Re: [CMake] Browse buttons in CMake-Gui give URL cannot be listed Malformed URL error (Manjaro KDE Plasma 5.7 Qt 5.7)

2016-09-23 Thread Amit Singh via CMake
Hi Clint.Thank you for the prompt response. I want to confirm that your change fixes the problem. Regards, Amit On Thursday, 22 September 2016 12:22 PM, "clin...@elemtech.com" wrote: - On Sep 20, 2016, at 4:18 PM, cmake wrote: Hi.When I click "Browse source" or "Browse build" lo

Re: [CMake] Browse buttons in CMake-Gui give URL cannot be listed Malformed URL error (Manjaro KDE Plasma 5.7 Qt 5.7)

2016-09-22 Thread clinton
- On Sep 20, 2016, at 4:18 PM, cmake wrote: > Hi. > When I click "Browse source" or "Browse build" location buttons in the GUI I > get > an error dialog saying that "URL cannot be listed file://" followed by another > dialog "Malformed URL". > 1. I built and reinstalled CMake from sour

Re: [CMake] Browse buttons in CMake-Gui give URL cannot be listed Malformed URL error (Manjaro KDE Plasma 5.7 Qt 5.7)

2016-09-22 Thread clinton
Hi, Thanks for reporting this. I was also able to reproduce it. The problem comes from cmake-gui calling QApplication::removeLibraryPath() in CMakeSetup.cxx. I think the solution is to remove that bit of code, but it may require some additional cpack related code to handle plugins correctly.

[CMake] Browse buttons in CMake-Gui give URL cannot be listed Malformed URL error (Manjaro KDE Plasma 5.7 Qt 5.7)

2016-09-20 Thread Amit Singh via CMake
Hi.When I click "Browse source" or "Browse build" location buttons in the GUI I get an error dialog saying that "URL cannot be listed file://" followed by another dialog "Malformed URL".  - I built and reinstalled CMake from source but the problem persists. - I searched the web but c