Hi all. I have problem with my application. I built static application like in this video-tutorial, but suddenly SQL support in my application stopped working. I don't have any ideas what happened bad. Maybe I must compile that again with another parameters? If so, then what?
My *.pro file, is this good?
Code:
QT += core gui sql CONFIG += libqsqlmysql4 CONFIG += libqsqlmysqld4 CONFIG += static TARGET = game-launcher TEMPLATE = app SOURCES += main.cpp\ mainwindow.cpp \ login.cpp HEADERS += mainwindow.h \ login.h FORMS += mainwindow.ui \ login.ui RESOURCES += \ zasoby.qrc RC_FILE = settings.cfg
Sorry for my bad english. :rolleyes: