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
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
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
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
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
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