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

MySQL Support in Qt5.2.1 on Ubuntu

$
0
0
Hi I’m new to Qt and quite new to linux. I’m trying to use Qt and link to a mysql database. I’m having difficulty installing Qt using the correct method. I gather that because its 5.2 I have to build it from source. I’ve used this command:  ./configure -opensource -confirm-license -gui -widgets -qt-sql-mysql -plugin-sql-mysql ^C and then have run make -j5 sudo make install However after the install, I cannot find the Qt creator IDE. Apparently it is part of the source files, does it not get build automatically, or do I need to install it separately? Thanks

Viewing all articles
Browse latest Browse all 2113

Trending Articles