Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Update: Forum Guidelines & Code of Conduct

    Build MySQL plugin using QtCreator

    Installation and Deployment
    1
    1
    702
    Loading More Posts
    • 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.
    • G
      gtpt last edited by

      Hello,

      I want to build the MySQL plugin using QtCreator.
      I have the 5.0.1 version and MySQL Server 5.5 (32bit) on Windows7.
      I edited the mysql.pro file, located in C:\Qt\Qt5.1.0\5.1.0\Src\qtbase\src\plugins\sqldriv ers\mysql, and added:
      @ INCLUDEPATH += C:/PROGRA~2/MySQL/MYSQLS~1.5/include
      QMAKE_LIBDIR += C:/PROGRA~2/MySQL/MYSQLS~1.5/lib
      LIBS += -lmysql@

      After building the realease folder is empty!
      What is missing in the QtCreator configurtion?

      1 Reply Last reply Reply Quote 0
      • First post
        Last post