Results 1 to 1 of 1

Thread: QtWebEngineProcess shared libraries

  1. #1
    Join Date
    May 2016
    Posts
    1
    Qt products
    Qt5
    Platforms
    MacOS X Unix/X11

    Unhappy QtWebEngineProcess shared libraries

    Hi to everyone I'm developing an application with QT.
    This is the setup of compiler and qmake:

    Schermata del 2016-05-05 15-30-21.png Schermata del 2016-05-05 15-30-36.png

    If I Run qmake (Build -> run qmake) and Build All the operation will end without any problem and application work at the same (zero problem).
    This is a screen of my application.

    Schermata del 2016-05-05 15-42-46.jpg

    But if I go on debug or release folder of my application and run ./myapp (by terminal) I get this error

    Qt Code:
    1. /home/alessandro/Qt/5.6/gcc_64/libexec/QtWebEngineProcess: error while loading shared libraries: libQt5WebEngineCore.so.5: cannot open shared object file: No such file or directory
    To copy to clipboard, switch view to plain text mode 
    Schermata del 2016-05-05 15-45-24.jpg

    This is the code of my .pro file:

    Qt Code:
    1. #-------------------------------------------------
    2. #
    3. # Project created by QtCreator 2016-03-15T23:48:51
    4. #
    5. #-------------------------------------------------
    6.  
    7. QT += core gui webengine webenginewidgets webenginecore
    8.  
    9. # greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
    10.  
    11. TARGET = SMART-GUI-V2
    12. TEMPLATE = app
    13.  
    14. SOURCES += main.cpp\
    15. mainwindow.cpp \
    16. selectalgwindow.cpp \
    17. addalgo.cpp \
    18. setupwindow.cpp
    19.  
    20. HEADERS += mainwindow.h \
    21. selectalgwindow.h \
    22. addalgo.h \
    23. setupwindow.h \
    24.  
    25. FORMS += mainwindow.ui \
    26. selectalgwindow.ui \
    27. addalgo.ui \
    28. setupwindow.ui
    29.  
    30. RESOURCES += \
    31. chartfile.qrc \
    32. icon.qrc
    To copy to clipboard, switch view to plain text mode 
    Why the compiler does not even compile libraries ?
    Can someone help me? Sorry for my bad english.
    Last edited by tkd-alex; 5th May 2016 at 16:27.

Similar Threads

  1. Shared libraries in Linux
    By Infinity in forum Newbie
    Replies: 7
    Last Post: 13th November 2012, 16:41
  2. Replies: 4
    Last Post: 5th November 2011, 01:38
  3. Qt linguist and qt shared libraries
    By webquinty in forum Qt Tools
    Replies: 0
    Last Post: 15th July 2010, 09:44
  4. Deployment (shared libraries)
    By amagdy.ibrahim in forum Qt Programming
    Replies: 5
    Last Post: 26th June 2008, 21:55
  5. exception in shared libraries
    By big4mil in forum Qt Programming
    Replies: 2
    Last Post: 5th December 2006, 19:51

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.