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. Build MySQL plugin using QtCreator
Forum Updated to NodeBB v4.3 + New Features

Build MySQL plugin using QtCreator

Scheduled Pinned Locked Moved Installation and Deployment
1 Posts 1 Posters 804 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.
  • G Offline
    G Offline
    gtpt
    wrote on last edited by
    #1

    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
    0

    • Login

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