[Development] Plugins path

Igor Mironchik igor.mironchik at gmail.com
Tue Jan 2 08:13:20 CET 2018


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 value from config.opt.

So I have to rebuild again. I deleted config.opt file. Launched 
./configure...

Now qmake -query produces:

QT_SYSROOT:
QT_INSTALL_PREFIX:/home/igor/Work/Qt/qt5/qtbase
QT_INSTALL_ARCHDATA:/home/igor/Work/Qt/qt5/qtbase
QT_INSTALL_DATA:/home/igor/Work/Qt/qt5/qtbase
QT_INSTALL_DOCS:/home/igor/Work/Qt/qt5/qtbase/doc
QT_INSTALL_HEADERS:/home/igor/Work/Qt/qt5/qtbase/include
QT_INSTALL_LIBS:/home/igor/Work/Qt/qt5/qtbase/lib
QT_INSTALL_LIBEXECS:/home/igor/Work/Qt/qt5/qtbase/libexec
QT_INSTALL_BINS:/home/igor/Work/Qt/qt5/qtbase/bin
QT_INSTALL_TESTS:/home/igor/Work/Qt/qt5/qtbase/tests
QT_INSTALL_PLUGINS:/home/igor/Work/Qt/qt5/qtbase/plugins
QT_INSTALL_IMPORTS:/home/igor/Work/Qt/qt5/qtbase/imports
QT_INSTALL_QML:/home/igor/Work/Qt/qt5/qtbase/qml
QT_INSTALL_TRANSLATIONS:/home/igor/Work/Qt/qt5/qtbase/translations
QT_INSTALL_CONFIGURATION:/home/igor/Work/Qt/qt5/qtbase
QT_INSTALL_EXAMPLES:/home/igor/Work/Qt/qt5/qtbase/examples
QT_INSTALL_DEMOS:/home/igor/Work/Qt/qt5/qtbase/examples
QT_HOST_PREFIX:/home/igor/Work/Qt/qt5/qtbase
QT_HOST_DATA:/home/igor/Work/Qt/qt5/qtbase
QT_HOST_BINS:/home/igor/Work/Qt/qt5/qtbase/bin
QT_HOST_LIBS:/home/igor/Work/Qt/qt5/qtbase/lib
QMAKE_SPEC:linux-g++
QMAKE_XSPEC:linux-g++
QMAKE_VERSION:3.1
QT_VERSION:5.10.0

That seems good.

Waiting for build, guess that all will be ok.

Thank you.


On 01.01.2018 23:08, Thiago Macieira wrote:
> 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:
>
> which qmake
> qmake -query
>
> and please run libQt5Core.so.5 too.
>




More information about the Development mailing list