Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. Project LOAD(): Feature qt_plugin cannot be found.
Forum Updated to NodeBB v4.3 + New Features

Project LOAD(): Feature qt_plugin cannot be found.

Scheduled Pinned Locked Moved Installation and Deployment
3 Posts 2 Posters 2.5k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • R Offline
    R Offline
    rahulvishwakarma
    wrote on last edited by
    #1

    hi to all,
    I've qt5.3.1 on centos7, and I'm building mysql plugin. but havuing this error :-

    @
    [rahul@kaljayi ~]$ cd /opt/Qt5.3.1/5.3/Src/qtbase/src/plugins/sqldrivers/mysql/
    [rahul@kaljayi mysql]$ pwd
    /opt/Qt5.3.1/5.3/Src/qtbase/src/plugins/sqldrivers/mysql
    [rahul@kaljayi mysql]$ qmake
    Project LOAD(): Feature qt_plugin cannot be found.
    [rahul@kaljayi mysql]$ su
    Password:
    [root@kaljayi mysql]# qmake
    Project LOAD(): Feature qt_plugin cannot be found.
    [root@kaljayi mysql]# qmake -version
    Qmake version: 1.07a (Qt 3.3.8b)
    Qmake is free software from Trolltech ASA.
    [root@kaljayi mysql]# qmake "INCLUDEPATH+=/usr/include/mysql" "LIBS+=-L/usr/lib64/mysql -lmysqlclient_r" mysql.pro
    Project LOAD(): Feature qt_plugin cannot be found.
    [root@kaljayi mysql]# exit
    [rahul@kaljayi mysql]$ qmake "INCLUDEPATH+=/usr/include/mysql" "LIBS+=-L/usr/lib64/mysql -lmysqlclient_r" mysql.pro
    Project LOAD(): Feature qt_plugin cannot be found.
    [rahul@kaljayi mysql]$
    @

    how to overcome this problem. pleasssssssse help.

    1 Reply Last reply
    0
    • sierdzioS Offline
      sierdzioS Offline
      sierdzio
      Moderators
      wrote on last edited by
      #2

      You are using qmake from Qt 3.3.8b. It is too old. Please use qmake from your current Qt installation (5.3.1). It should be in bin folder.

      PS. You can save yourself much hassle by installing Qt in your home directory, not globally as root.

      (Z(:^

      1 Reply Last reply
      0
      • R Offline
        R Offline
        rahulvishwakarma
        wrote on last edited by
        #3

        finally I got solution :-

        have to give full path of command "qmake" like this:-
        @

        /opt/Qt5.3.2/5.3/gcc_64/bin/qmake "INCLUDEPATH+=/usr/include/mysql" "LIBS+=-L/usr/lib64/mysql -lmysqlclient_r" mysql.pro

        @

        this recognized "qmake" command

        1 Reply Last reply
        0

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved