Re: [Development] Plugins path

2018-01-02 Thread Igor Mironchik
Hi, On 02.01.2018 13:37, Thiago Macieira wrote: On Tuesday, 2 January 2018 05:13:20 -02 Igor Mironchik wrote: So I have to rebuild again. I deleted config.opt file. Launched ./configure... Delete a few more files besides config.opt. In fact, all of them that were created after you typed confi

Re: [Development] Plugins path

2018-01-02 Thread Thiago Macieira
On Tuesday, 2 January 2018 05:13:20 -02 Igor Mironchik wrote: > So I have to rebuild again. I deleted config.opt file. Launched > ./configure... Delete a few more files besides config.opt. In fact, all of them that were created after you typed configure (including all created by make). Git clean

Re: [Development] Plugins path

2018-01-01 Thread Igor Mironchik
Hello, I found the problem. I configured Qt with wrong -prefix: $PWD/qtbase/bin so Qt should be installed for proper work. After make install all work. But this is not convenient. I did ./configure again with correct -prefix: $PWD/qtbase with -redo option. But in this case -prefix uses old v

Re: [Development] Plugins path

2018-01-01 Thread Thiago Macieira
On Monday, 1 January 2018 08:27:32 -02 Igor Mironchik wrote: > Hello, > > I built Qt with -developer-build option. But I can't run any application > linked with develop Qt build. Qt can't find plugins. Hello Igor What was your configure line? Can you run the following and paste the output: whic

Re: [Development] Plugins path

2018-01-01 Thread Igor Mironchik
Hello, Maybe this is because of wrong prefix? I will try to rebuild now... On 01.01.2018 13:27, Igor Mironchik wrote: Hello, I built Qt with -developer-build option. But I can't run any application linked with develop Qt build. Qt can't find plugins. I have to set -platformpluginpath /hom

[Development] Plugins path

2018-01-01 Thread Igor Mironchik
Hello, I built Qt with -developer-build option. But I can't run any application linked with develop Qt build. Qt can't find plugins. I have to set -platformpluginpath /home/igor/Work/Qt/qt5/qtbase/plugins for Run step in QtCreator. So my question is how do you solve this in your development