Difference between revisions of "Template:Qt4-Common"
m (alphabet. deps; gstreamer and libpng added as optional deps; added some configure options) |
m ('-assistant-webkit' configure command will be removed in upcoming Qt 4.5. use '-no-webkit' instead.) |
||
Line 69: | Line 69: | ||
-no-webkit | -no-webkit | ||
− | |||
− | |||
− | |||
− | |||
If you would like to disable linking Qt libraries and executables using the library install path as a runtime library path add the following to the configure command: | If you would like to disable linking Qt libraries and executables using the library install path as a runtime library path add the following to the configure command: |
Revision as of 20:10, 24 January 2009
Download Source: | ftp://ftp.trolltech.com/qt/source/qt-all-opensource-src-4.8.5.tar.bz2 |
---|
Contents
Introduction to Qt4-Common
Qt is a comprehensive development framework that includes an extensive array of features, capabilities and tools that enable development of high-performance, cross-platform rich-client and server-side applications. Qt is the GUI framework on which KDE is built and Qt4 is the version of Qt that the KDE4 is use. You can of course use Qt for non-KDE applications as well, but if you wish to use KDE or any KDE-based applications, you must have Qt installed on your system.
Project Homepage: http://www.qtsoftware.com/products/appdev
Dependencies
Required
Optional
- CUPS
- D-BUS
- Firebird
- FontConfig
- FreeType
- Glib2
- GStreamer
- libjpeg
- libmng
- libpng
- LibTIFF
- MySQL
- NAS
- OpenSSL
- PostgreSQL
- SQLite
- SQLite3
- unixODBC
- Xinerama provided by and X Window System
- Xfixes provided by and X Window System
Configuration Information
If you would like to compile with MySQL support add the following to the configure command:
-plugin-sql-mysql -I/usr/include/mysql
If you would like to compile with PostgreSQL support add the following to the configure command:
-plugin-sql-psql -I/usr/include/postgresql/server
If you would like to compile with SQLite support add the following to the configure command:
-plugin-sql-sqlite2 -system-sqlite
If you would like to compile with SQLite3 support add the following to the configure command:
-plugin-sql-sqlite -system-sqlite
If you would like to compile with unixODBC support add the following to the configure command:
-plugin-sql-odbc
If you would like to compile with NAS support add the following to the configure command:
-system-nas-sound
If you would like to disable Qt 3 support functionality add the following to the configure command:
-no-qt3support
If you would like to disable QtWebKit module add the following to the configure command:
-no-webkit
If you would like to disable linking Qt libraries and executables using the library install path as a runtime library path add the following to the configure command:
-no-rpath
If your X Window System is NOT Xorg, then add to configure:
-no-xfixes
If you want optimized qmake tool add the following to the configure command:
-optimized-qmake
If you would like to disable GLib event loop (which is known to be buggy) add the following to the configure command:
-no-glib