Quantcast
Channel: Qt DevNet forums: Installation and Deployment
Viewing all articles
Browse latest Browse all 2113

qt msvc mysql driver, ERROR addExclusiveBuilds() requires at least two arguments

$
0
0
I have qt built with msvc, installed the msvs plugin, everything works wonderfully. I wanted to open a mysql db connection; this failed with “mysql driver not installed” or something like. No problem. The instructions are clear: cd QTDIR\src\plugins\sqldrivers\mysql qmake “INCLUDEPATH+=C:/MySQL/include” “LIBS+=C:/MYSQL/MySQL Server <version>/lib/opt/libmysql.lib” mysql.pro nmake This seemed clear, and I replaced the paths with the locations for my headers and lib. However, I get Project ERROR: addExclusiveBuilds() requires at least two arguments. I have been unable to locate any posts addressing this sequence of events. I would be grateful if anyone could suggest a solution. Thank you.

Viewing all articles
Browse latest Browse all 2113

Trending Articles