Hello guys, I have one question about Qt...

I`m fairly new in Qt and... I create the application in Qt in Linux and now I want to make a version for Windows, but do not know how to do it. I have read and follow tutorials for cross-over compiling but always when I`m trying to compile the project I do get lot of errors.

Can someone explain to me or to give me a link with an explanation of my problem ?

Thanks.

Recommended Answers

All 2 Replies

Post code to get any help.

I fixed the problem, but now I have a new problem... when I run the application and when I try to connect to the MySQL database I got error message "Driver not loaded".

Here is the driver:

QSqlDatabase db = QSqlDatabase::addDatabase("QMYSQL");

On linux worked correctly, but on Windows can`t be load the driver...

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.