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
↧