<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[QMAKE]]></title><description><![CDATA[<p dir="auto">I Want to run qmake but i have this error,how can it be solved<br />
<img src="https://ddgobkiprc33d.cloudfront.net/90c100fe-8868-4476-8ac7-e58ec7a442ae.PNG" alt="Capture5.PNG" class=" img-fluid img-markdown" /><br />
How can mysql Library be define and where exctly.<br />
This is the error am getting when i run my application within qt creator.Any idea,as to why other databases are listed there only mysql is missing?</p>
<p dir="auto"><img src="https://ddgobkiprc33d.cloudfront.net/ce54feef-3cd9-44de-8bf6-addf85f697c7.PNG" alt="Capture6.PNG" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.qt.io/topic/119049/qmake</link><generator>RSS for Node</generator><lastBuildDate>Sat, 02 May 2026 11:05:16 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/119049.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 16 Sep 2020 15:25:29 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to QMAKE on Sat, 26 Sep 2020 18:35:30 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/tmapp">@<bdi>tmapp</bdi></a> said in <a href="/post/618788">QMAKE</a>:<br />
I cannot see this line below in my code</p>
<blockquote>
<p dir="auto">QMAKE_USE +=</p>
</blockquote>
]]></description><link>https://forum.qt.io/post/619093</link><guid isPermaLink="true">https://forum.qt.io/post/619093</guid><dc:creator><![CDATA[GREYON]]></dc:creator><pubDate>Sat, 26 Sep 2020 18:35:30 GMT</pubDate></item><item><title><![CDATA[Reply to QMAKE on Fri, 25 Sep 2020 19:22:48 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/christian-ehrlicher">@<bdi>Christian-Ehrlicher</bdi></a><br />
Okay thanks</p>
]]></description><link>https://forum.qt.io/post/618977</link><guid isPermaLink="true">https://forum.qt.io/post/618977</guid><dc:creator><![CDATA[GREYON]]></dc:creator><pubDate>Fri, 25 Sep 2020 19:22:48 GMT</pubDate></item><item><title><![CDATA[Reply to QMAKE on Fri, 25 Sep 2020 14:57:01 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/greyon">@<bdi>GREYON</bdi></a> said in <a href="/post/618899">QMAKE</a>:</p>
<blockquote>
<p dir="auto">am just not clear on how to remake drivers  .</p>
</blockquote>
<p dir="auto">RTM: <a href="https://doc.qt.io/qt-5/sql-driver.html#building-the-drivers" target="_blank" rel="noopener noreferrer nofollow ugc">https://doc.qt.io/qt-5/sql-driver.html#building-the-drivers</a> or search the forum.</p>
]]></description><link>https://forum.qt.io/post/618911</link><guid isPermaLink="true">https://forum.qt.io/post/618911</guid><dc:creator><![CDATA[Christian Ehrlicher]]></dc:creator><pubDate>Fri, 25 Sep 2020 14:57:01 GMT</pubDate></item><item><title><![CDATA[Reply to QMAKE on Fri, 25 Sep 2020 14:12:47 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/tmapp">@<bdi>tmapp</bdi></a><br />
Okay thanks for your help,am just not clear on how to remake drivers  .</p>
]]></description><link>https://forum.qt.io/post/618899</link><guid isPermaLink="true">https://forum.qt.io/post/618899</guid><dc:creator><![CDATA[GREYON]]></dc:creator><pubDate>Fri, 25 Sep 2020 14:12:47 GMT</pubDate></item><item><title><![CDATA[Reply to QMAKE on Thu, 24 Sep 2020 22:31:04 GMT]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<ul>
<li>your first error was due to : QMAKE_USE += mysql in <a href="http://mysql.pro" target="_blank" rel="noopener noreferrer nofollow ugc">mysql.pro</a><br />
Comment it and everything will move to the next step</li>
<li>your second error: was due to the qmysql driver (missing driver or not compatible with your version)</li>
<li>it is Ok to use QT with wampp mysql ( i'm using it with xampp )</li>
<li>remake the driver, and that will solve the issue of : QMYSQL driver not loaded</li>
<li>follow this reply you will achieve the connection :: <a href="https://forum.qt.io/topic/119299/mysql-error-in-qt/4">Tested Solution</a></li>
</ul>
<p dir="auto">good luck.</p>
]]></description><link>https://forum.qt.io/post/618788</link><guid isPermaLink="true">https://forum.qt.io/post/618788</guid><dc:creator><![CDATA[tmapp]]></dc:creator><pubDate>Thu, 24 Sep 2020 22:31:04 GMT</pubDate></item><item><title><![CDATA[Reply to QMAKE on Wed, 23 Sep 2020 21:52:17 GMT]]></title><description><![CDATA[<p dir="auto">Do not keep a QSqlDatabase member variable.<br />
It's explained in the class documentation.</p>
]]></description><link>https://forum.qt.io/post/618601</link><guid isPermaLink="true">https://forum.qt.io/post/618601</guid><dc:creator><![CDATA[SGaist]]></dc:creator><pubDate>Wed, 23 Sep 2020 21:52:17 GMT</pubDate></item><item><title><![CDATA[Reply to QMAKE on Wed, 23 Sep 2020 20:14:26 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sgaist">@<bdi>SGaist</bdi></a><br />
I don't really want to remove the connection,its like it became unconnected when i unistalled qt5 .9.9  and installal qt 5.12.5, i tried to install qt 5.9.9 but it did not become connected again.</p>
<p dir="auto">on how  <strong>QSqlDatabase</strong> is being used,It was used to create an object <strong>database</strong>  which is being called when i want to access the database .below is an example of how it has been used.</p>
<pre><code>private slots:
    void on_LOGIN_clicked();

    void on_REGISTER_clicked();

    void on_LOGIN_2_clicked();

private:
    Ui::MainWindow *ui;
QSqlDatabase database;

</code></pre>
<p dir="auto">MUSIC, CLASS.</p>
<pre><code>#include "music.h"
#include "ui_music.h"

MUSIC::MUSIC(QWidget *parent) :
    QDialog(parent),
    ui(new Ui::MUSIC)
{
    ui-&gt;setupUi(this);
    ui-&gt;SURNAME-&gt;setPlaceholderText("ENTER SURNAME");
    ui-&gt;GRADE-&gt;setPlaceholderText("INTER GRADE, e.g  9");
    ui-&gt;CLASS-&gt;setPlaceholderText("ENTER CLASS  e.g 9A");
    ui-&gt;AMOUNT-&gt;setPlaceholderText("ENTER AMOUNT e.g 100");
    ui-&gt;OTHERNAME-&gt;setPlaceholderText("ENTER OTHER NAME(S)");
}

MUSIC::~MUSIC()
{
    delete ui;
}

void MUSIC::on_ENTER_FEE_clicked()
{
    QString surname =ui-&gt;SURNAME-&gt;text();
    QString lastname=ui-&gt;OTHERNAME-&gt;text();
    QString clas= ui-&gt;CLASS-&gt;text();
    QString amount=ui-&gt;AMOUNT-&gt;text();
    QString grade =ui-&gt;GRADE-&gt;text();
    QString date=ui-&gt;DATE-&gt;text();

    if(surname=="" || grade==""|| clas==""||amount==""||lastname==""||date=="")
    {

      QMessageBox::warning(this,"warning","PLEASE ENTER ALL THE REQUIRED DETAILS");
    }
    else
      {

 QSqlDatabase::database();
 QSqlQuery query;
 query.prepare("SELECT SURNAME,LASTNAME FROM music WHERE SURNAME=:surname AND LASTNAME=:lastname");

    query.bindValue(":surname",surname);
     query.bindValue(":lastname",lastname);

  if(query.exec()){

         //QMessageBox::warning(this,"warninng","query successful!");
          }
 if(query.size()&gt;0){

         QMessageBox::warning(this,"WARNING","THE NAME HAS BEEN ENTERED ALREADY!\nUSE INITIAL IF ITS A DIFFERENT NAME!");
                }

    // QSqlQuery qry;
           else
              {
    query.prepare("INSERT INTO music (SURNAME,LASTNAME,GRADE,CLASS,AMOUNT,DATE)"

                "VALUES(:SURNAME, :LASTNAME, :GRADE, :CLASS, :AMOUNT,  :DATE)");

    query.bindValue(":SURNAME",surname);
    query.bindValue(":GRADE",grade);
    query.bindValue(":CLASS",clas);
    query.bindValue(":AMOUNT",amount);
    query.bindValue(":LASTNAME",lastname);
    query.bindValue(":DATE",date);

    if(query.exec())
        {
       QMessageBox::information(this,"inserted","PAYMENTS RECORDED SUCCESSFULLY!");

      }
    else
   {

       QMessageBox::warning(this,"warning","PAYMENT NOT RECORDED!");

  }
   }

}
}
</code></pre>
]]></description><link>https://forum.qt.io/post/618593</link><guid isPermaLink="true">https://forum.qt.io/post/618593</guid><dc:creator><![CDATA[GREYON]]></dc:creator><pubDate>Wed, 23 Sep 2020 20:14:26 GMT</pubDate></item><item><title><![CDATA[Reply to QMAKE on Tue, 22 Sep 2020 22:00:42 GMT]]></title><description><![CDATA[<p dir="auto">But why do you need to remove the connection in the first place ? Can't you just close it, update the information and open it again ?</p>
<p dir="auto">How exactly are you using QSqlDatabase ?</p>
]]></description><link>https://forum.qt.io/post/618352</link><guid isPermaLink="true">https://forum.qt.io/post/618352</guid><dc:creator><![CDATA[SGaist]]></dc:creator><pubDate>Tue, 22 Sep 2020 22:00:42 GMT</pubDate></item><item><title><![CDATA[Reply to QMAKE on Tue, 22 Sep 2020 21:45:59 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jsulm">@<bdi>jsulm</bdi></a><br />
Thanks for your help .The <strong>Qsqldatabase database</strong> has been used in a difference class when calling for the instance database.But the main problem is that I can't connect to the database any more .<strong>am always told qmsql drivers not loaded.old connection removed</strong>.My am is to remove that old<br />
connectionn so that I can connect to the database again.</p>
]]></description><link>https://forum.qt.io/post/618351</link><guid isPermaLink="true">https://forum.qt.io/post/618351</guid><dc:creator><![CDATA[GREYON]]></dc:creator><pubDate>Tue, 22 Sep 2020 21:45:59 GMT</pubDate></item><item><title><![CDATA[Reply to QMAKE on Tue, 22 Sep 2020 14:06:00 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/greyon">@<bdi>GREYON</bdi></a> said in <a href="/post/618281">QMAKE</a>:</p>
<blockquote>
<p dir="auto">QSqlDatabase database;</p>
</blockquote>
<p dir="auto">As suggested already remove that (you do not even use it in the code you posted).<br />
There is no need to keep QSqlDatabase instance (explained in the documentation).</p>
<p dir="auto">QSqlQuery query(QSqlDatabase::database("Myconnect")); - where do you actually add this database? Please read <a href="https://doc.qt.io/qt-5/qsqldatabase.html#database" target="_blank" rel="noopener noreferrer nofollow ugc">https://doc.qt.io/qt-5/qsqldatabase.html#database</a><br />
"If no connectionName is specified the default connection is used. If connectionName does not exist in the list of databases, an invalid connection is returned."<br />
"</p>
]]></description><link>https://forum.qt.io/post/618288</link><guid isPermaLink="true">https://forum.qt.io/post/618288</guid><dc:creator><![CDATA[jsulm]]></dc:creator><pubDate>Tue, 22 Sep 2020 14:06:00 GMT</pubDate></item><item><title><![CDATA[Reply to QMAKE on Tue, 22 Sep 2020 13:33:44 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sgaist">@<bdi>SGaist</bdi></a><br />
Here  is the code:</p>
<pre><code>QT       += core gui sql printsupport


greaterThan(QT_MAJOR_VERSION, 4): QT += widgets

CONFIG += c++11

</code></pre>
<p dir="auto">.h file</p>
<pre><code>#ifndef MAINWINDOW_H
#define MAINWINDOW_H

#include &lt;QMainWindow&gt;
#include&lt;QtSql&gt;
#include&lt;QSqlDatabase&gt;
#include&lt;QMessageBox&gt;
#include&lt;mywork.h&gt;
//#include&lt;payfee.h&gt;

QT_BEGIN_NAMESPACE
namespace Ui { class MainWindow; }
QT_END_NAMESPACE

class MainWindow : public QMainWindow
{
    Q_OBJECT

public:
    MainWindow(QWidget *parent = nullptr);
    ~MainWindow();
    void closedb();


private slots:
    void on_LOGIN_clicked();

    void on_REGISTER_clicked();

    void on_LOGIN_2_clicked();

private:
    Ui::MainWindow *ui;
QSqlDatabase database;


};
#endif // MAINWINDOW_H

</code></pre>
<p dir="auto">d.cpp file</p>
<pre><code>#include "mainwindow.h"
#include "ui_mainwindow.h"


MainWindow::MainWindow(QWidget *parent)
    : QMainWindow(parent)
    , ui(new Ui::MainWindow)
{
    ui-&gt;setupUi(this);
    ui-&gt;USERNAME_REG-&gt;setPlaceholderText("ENTER USERNAME");
    ui-&gt;E_MAIL-&gt;setPlaceholderText("ENTER YOUR E-MAIL ADDRESS");
    ui-&gt;PASSWORD_REG-&gt;setPlaceholderText("ENTER YOUR PASSWORD");
    ui-&gt;PHONE-&gt;setPlaceholderText("ENTER PHONE NUMBER");
    ui-&gt;USERNAME_LOGIN-&gt;setPlaceholderText("ENTER USERNAME");
    ui-&gt;PASSWORD_LOGIN-&gt;setPlaceholderText("ENTER PASSWORD");


}

MainWindow::~MainWindow()
{
    delete ui;
}


void MainWindow::on_LOGIN_clicked()
{

QSqlDatabase db=QSqlDatabase::addDatabase("QMYSQL");
db.setHostName("127.0.0.1");
db.setUserName("root");
db.setPassword("");
db.setDatabaseName("mysql");

if(db.open())  //database connections
 {
 QMessageBox::information(this,"connection","SYSTEM READY\nYOU CAN NOW REGISTER OR LOGIN!");

}
else {
QMessageBox::information(this,"not connected","SYSTEM NOT CONNECTED");
}

}




void MainWindow::on_REGISTER_clicked()
{
    QString username = ui-&gt;USERNAME_REG-&gt;text();
    QString email=ui-&gt;E_MAIL-&gt;text();
    QString password =ui-&gt;PASSWORD_REG-&gt;text();
    QString phone =ui-&gt;PHONE-&gt;text();

    if(username=="" || email==""|| password==""||phone=="")
    {

      QMessageBox::warning(this,"warning","PLEASE ENTER ALL THE REQUIRED DETAILS");
    }
    else
      {//checking to avoid duplication of data
        QSqlQuery query;
        query.prepare("SELECT USERNAME,EMAIL,PHONE FROM users WHERE USERNAME=:USERNAME AND EMAIL=:EMAIL AND PHONE=:PHONE");

           query.bindValue(":USERNAME",username);
            query.bindValue(":EMAIL",email);
            query.bindValue(":PHONE",phone);

         if(query.exec()){

                //QMessageBox::warning(this,"warninng","query successful!");
                 }
        if(query.size()&gt;0){

                QMessageBox::warning(this,"WARNING","CHECK YOUR NAME,E-MAIL OR PHONE NUMBER PLEASE\n"
                                              "ONE OF THESE HAVE BEEN USED BY OTHER USERS ALREADY!");

        }
           // QSqlQuery qry;
        else
              {
    //running insert query

    QSqlQuery qry;

    qry.prepare("INSERT INTO users(USERNAME,EMAIL,PASSWORD,PHONE)"
                "VALUES(:USERNAME, :EMAIL, :PASSWORD, :PHONE)");

    qry.bindValue(":USERNAME",username);
    qry.bindValue(":EMAIL",email);
    qry.bindValue(":PASSWORD",password);
    qry.bindValue(":PHONE",phone);

    if(qry.exec())
        {
       QMessageBox::information(this,"WELCOME","YOU HAVE SUCCESSFULLY REGISTERED!\nYOU NOW LOGIN!");

      }
    else
   {

       QMessageBox::warning(this,"WARNING!","PLEASE TURN ON THE SYSTEM!");

}

}

}
}
void MainWindow::on_LOGIN_2_clicked()
{
    QString username=ui-&gt;USERNAME_LOGIN-&gt;text();
    QString password=ui-&gt;PASSWORD_LOGIN-&gt;text();
   QSqlQuery query(QSqlDatabase::database("Myconnect"));

   query.prepare("SELECT USERNAME,PASSWORD FROM users WHERE USERNAME=:USERNAME AND PASSWORD=:PASSWORD");

      query.bindValue(":USERNAME",username);
       query.bindValue(":PASSWORD",password);

    if(!query.exec()){

           //QMessageBox::warning(this,"warninng","PLEASE TURN ON THE SYSTEM!");
            }
   if(query.size()&gt;0){
     //window two
     hide();
     MYWORK work;
     work.setModal(true);
     work.exec();

    }
    else
       {
       QMessageBox::warning(this,"CHENJEZO!","NOT SUCCESSFUL!\n"
                                             "TURN ON THE SYSTEM OR ENTER CORRECT DETAILS!");

   }

     }
</code></pre>
]]></description><link>https://forum.qt.io/post/618281</link><guid isPermaLink="true">https://forum.qt.io/post/618281</guid><dc:creator><![CDATA[GREYON]]></dc:creator><pubDate>Tue, 22 Sep 2020 13:33:44 GMT</pubDate></item><item><title><![CDATA[Reply to QMAKE on Mon, 21 Sep 2020 19:37:25 GMT]]></title><description><![CDATA[<p dir="auto">How are you using QSqlDatabase in your code ?</p>
]]></description><link>https://forum.qt.io/post/618167</link><guid isPermaLink="true">https://forum.qt.io/post/618167</guid><dc:creator><![CDATA[SGaist]]></dc:creator><pubDate>Mon, 21 Sep 2020 19:37:25 GMT</pubDate></item><item><title><![CDATA[Reply to QMAKE on Sun, 20 Sep 2020 20:07:50 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sgaist">@<bdi>SGaist</bdi></a></p>
<p dir="auto">Thanks,I gone through that documention,but still not clear,I uninstalled the mysql server which was connected to the app at first,but after trying to connect for second ,am facing that error.<br />
The first connection used the default connection name. Am confused on how to desconnect the database with a default name.I have seen this function <strong>QSqldatabase::connectionName()</strong> but on how to use it am not sure.Please any help will be appreciated.</p>
]]></description><link>https://forum.qt.io/post/617980</link><guid isPermaLink="true">https://forum.qt.io/post/617980</guid><dc:creator><![CDATA[GREYON]]></dc:creator><pubDate>Sun, 20 Sep 2020 20:07:50 GMT</pubDate></item><item><title><![CDATA[Reply to QMAKE on Sun, 20 Sep 2020 15:39:32 GMT]]></title><description><![CDATA[<p dir="auto">First thing, as the <a href="https://doc.qt.io/qt-5/qsqldatabase.html#details" target="_blank" rel="noopener noreferrer nofollow ugc">QSqlDatabase documentation explains</a>: do not do that and if you remove the database connection, follow the <a href="https://doc.qt.io/qt-5/qsqldatabase.html#removeDatabase" target="_blank" rel="noopener noreferrer nofollow ugc">documentation of the removeDatabase method.</a>.</p>
]]></description><link>https://forum.qt.io/post/617951</link><guid isPermaLink="true">https://forum.qt.io/post/617951</guid><dc:creator><![CDATA[SGaist]]></dc:creator><pubDate>Sun, 20 Sep 2020 15:39:32 GMT</pubDate></item><item><title><![CDATA[Reply to QMAKE on Sun, 20 Sep 2020 15:12:00 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sgaist">@<bdi>SGaist</bdi></a>  So how can it be solved?</p>
]]></description><link>https://forum.qt.io/post/617947</link><guid isPermaLink="true">https://forum.qt.io/post/617947</guid><dc:creator><![CDATA[GREYON]]></dc:creator><pubDate>Sun, 20 Sep 2020 15:12:00 GMT</pubDate></item><item><title><![CDATA[Reply to QMAKE on Sun, 20 Sep 2020 12:41:37 GMT]]></title><description><![CDATA[<p dir="auto">You are storing a local QSqlDatabase object and are recreating a new connection that is replacing the one stored in the variable.</p>
]]></description><link>https://forum.qt.io/post/617932</link><guid isPermaLink="true">https://forum.qt.io/post/617932</guid><dc:creator><![CDATA[SGaist]]></dc:creator><pubDate>Sun, 20 Sep 2020 12:41:37 GMT</pubDate></item><item><title><![CDATA[Reply to QMAKE on Sun, 20 Sep 2020 11:51:27 GMT]]></title><description><![CDATA[<p dir="auto">what could be the meaning of the last two lines of this error?</p>
<p dir="auto"><img src="https://ddgobkiprc33d.cloudfront.net/e418dade-8bf8-4c2e-bd0e-b1de52c13f4c.PNG" alt="Capture7.PNG" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.qt.io/post/617931</link><guid isPermaLink="true">https://forum.qt.io/post/617931</guid><dc:creator><![CDATA[GREYON]]></dc:creator><pubDate>Sun, 20 Sep 2020 11:51:27 GMT</pubDate></item><item><title><![CDATA[Reply to QMAKE on Sat, 19 Sep 2020 19:51:09 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sgaist">@<bdi>SGaist</bdi></a> said in <a href="/post/617881">QMAKE</a>:</p>
<blockquote>
<p dir="auto">Well, the download provided by Oracle will be an installer. Nothing stops you from getting an older version of the connector if that simplify your life. The MariaDB connector is also a good alternative.</p>
</blockquote>
<p dir="auto">Thanks</p>
]]></description><link>https://forum.qt.io/post/617890</link><guid isPermaLink="true">https://forum.qt.io/post/617890</guid><dc:creator><![CDATA[GREYON]]></dc:creator><pubDate>Sat, 19 Sep 2020 19:51:09 GMT</pubDate></item><item><title><![CDATA[Reply to QMAKE on Sat, 19 Sep 2020 19:26:17 GMT]]></title><description><![CDATA[<p dir="auto">Well, the download provided by Oracle will be an installer. Nothing stops you from getting an older version of the connector if that simplify your life. The MariaDB connector is also a good alternative.</p>
]]></description><link>https://forum.qt.io/post/617881</link><guid isPermaLink="true">https://forum.qt.io/post/617881</guid><dc:creator><![CDATA[SGaist]]></dc:creator><pubDate>Sat, 19 Sep 2020 19:26:17 GMT</pubDate></item><item><title><![CDATA[Reply to QMAKE on Sat, 19 Sep 2020 19:19:19 GMT]]></title><description><![CDATA[<p dir="auto">Thanks for <a href="http://that.am" target="_blank" rel="noopener noreferrer nofollow ugc">that.am</a> trying to build  mysql plugins using the instructions from qt documentation.But when i download mysql server all what i see is a .exe file which think its a setup but i cannont see the <strong>lib</strong> and the c connector shown in the example below where am i getting it wrong? am i downloading wrong mysql server or what?</p>
<p dir="auto"><img src="https://ddgobkiprc33d.cloudfront.net/43c38509-d239-40c2-9e55-fbf7d478439e.PNG" alt="Capture6.PNG" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.qt.io/post/617879</link><guid isPermaLink="true">https://forum.qt.io/post/617879</guid><dc:creator><![CDATA[GREYON]]></dc:creator><pubDate>Sat, 19 Sep 2020 19:19:19 GMT</pubDate></item><item><title><![CDATA[Reply to QMAKE on Sat, 19 Sep 2020 15:35:03 GMT]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/greyon">@<bdi>GREYON</bdi></a> said in <a href="/post/617781">QMAKE</a>:</p>
<blockquote>
<p dir="auto">wampserve</p>
</blockquote>
<p dir="auto">It's a MySQL stack, as long as you have the MySQL plugin, no problem.</p>
]]></description><link>https://forum.qt.io/post/617851</link><guid isPermaLink="true">https://forum.qt.io/post/617851</guid><dc:creator><![CDATA[SGaist]]></dc:creator><pubDate>Sat, 19 Sep 2020 15:35:03 GMT</pubDate></item><item><title><![CDATA[Reply to QMAKE on Sat, 19 Sep 2020 05:14:23 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sierdzio">@<bdi>sierdzio</bdi></a>  thanks. Is it okay to use wampserve with qt application? Can it work properly?</p>
]]></description><link>https://forum.qt.io/post/617781</link><guid isPermaLink="true">https://forum.qt.io/post/617781</guid><dc:creator><![CDATA[GREYON]]></dc:creator><pubDate>Sat, 19 Sep 2020 05:14:23 GMT</pubDate></item><item><title><![CDATA[Reply to QMAKE on Thu, 17 Sep 2020 11:16:30 GMT]]></title><description><![CDATA[<p dir="auto">See the docs: <a href="https://doc.qt.io/qt-5/sql-driver.html#qmysql-for-mysql-or-mariadb-5-and-higher" target="_blank" rel="noopener noreferrer nofollow ugc">https://doc.qt.io/qt-5/sql-driver.html#qmysql-for-mysql-or-mariadb-5-and-higher</a></p>
<p dir="auto">section "How to Build the QMYSQL Plugin on Windows"</p>
]]></description><link>https://forum.qt.io/post/617557</link><guid isPermaLink="true">https://forum.qt.io/post/617557</guid><dc:creator><![CDATA[sierdzio]]></dc:creator><pubDate>Thu, 17 Sep 2020 11:16:30 GMT</pubDate></item><item><title><![CDATA[Reply to QMAKE on Thu, 17 Sep 2020 11:03:40 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sgaist">@<bdi>SGaist</bdi></a> said in <a href="/post/617411">QMAKE</a>:</p>
<blockquote>
<p dir="auto">Hi,</p>
<p dir="auto">Did you check the myriad of forum posts related to building the MySQL plugin ?</p>
</blockquote>
<p dir="auto">Do you have any link to that?You can help if you have</p>
]]></description><link>https://forum.qt.io/post/617554</link><guid isPermaLink="true">https://forum.qt.io/post/617554</guid><dc:creator><![CDATA[GREYON]]></dc:creator><pubDate>Thu, 17 Sep 2020 11:03:40 GMT</pubDate></item></channel></rss>