Changes between Version 80 and Version 81 of WikiStart
- Timestamp:
- Jul 24, 2012, 9:38:19 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v80 v81 44 44 ||'''yum install libqt4''' ||Installs the basic Qt4 runtime needed for console Qt applications 45 45 ||'''yum install libqt4-gui''' ||Installs the Qt4 GUI runtime needed for Qt GUI applications 46 ||'''yum install libqt4-webkit''' ||Installs the Qt4 WebKit runtime needed for Qt web-related applications 47 ||'''yum install libqt4-sql-mysql''' ||Installs the MySQL driver for the Qt4 SQL runtime (needed for some applications) 48 ||'''yum install libqt4-sql-psql''' ||Installs the Postgres SQL driver for the Qt4 SQL runtime (needed for some applications) 46 49 ||'''yum install qt4-demos''' ||Installs the Qt Demo application that demonstrates various Qt features 47 50 ||'''yum install qt4-devel-kit''' ||Installs the complete Qt development environment for compiling Qt applications from sources