Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README-qt5.md | 2016-01-13 | 3.5 kB | |
qt5-qtbase_5.5.1_mingw32.tar.xz | 2015-12-09 | 12.3 MB | |
qt5-qtbase-doc_5.5.1.tar.xz | 2015-12-09 | 152.9 kB | |
Totals: 3 Items | 12.5 MB | 0 |
Qt is a cross-platform application and UI framework. Using Qt, you can write applications once and deploy them across many desktop and embedded operating systems without rewriting the source code.
Project Pages:
Source:
- Releases:
- qt.io, Submodules (v5.5.1)
- GitHub
- Development: Git, Subversion
Licenses:
- GNU GPL v3.0, GNU LGPL v2.1 (LGPL exception), GNU LGPL v3.0, GNU FDL v1.3
Support:
Notes:
- Configured Options:
- -release -platform win32-g++ -no-gtkstyle -optimized-qmake: Release build for Win32/MinGW32 without debugging symbols
- -opensource -confirm-license: Use open sourc (LGPL) build of Qt instead of commercial
- -shared: Shared libs only (.dll)
- -nomake-examples -nomake-tests: Do not build examples or tests
- -opengel: Support OpenGL libraries
- -prefix /usr/local -datadir ${PREFIX}/share -hostdatadir ${DATADIR} -archdatadir ${PREFIX}/${BUILDARCH}/share -libexecdir ${PREFIX}/libexec -plugindir ${LIBDIR}/qt5/plugins -docdir ${DATADIR}/doc/qt5-qtbase-5.5.1 -translationdir ${DATADIR}/qt5/translations -examplesdir ${DATADIR}/qt5/examples -testsdir ${DATADIR}/qt5/tests: Set Unix-like directory structure target
- -system-zlib: Use some shared system libraries instead of built-in
- LIBS: -nomake tools: Build libraries only
- TOOLS: -nomake libs: Build tools only
- !!! IMPORTANT !!!:
- For next build:
- Put .prl files in ${LIBDIR}/${BUILDARCH} directory (Debian packages reference).
- Put mkspecs files in ${LIBDIR}/${BUILDARCH}/qt5/mkspecs directory (Debian packages reference).
- Maybe build Features separately (e.g. QtConcurrent, QtCore, etc.)
- For next build:
Requires:
Provides:
- QtConcurrent, QtCore, QtDBus, QtGui, QtNetwork, QtOpenGL, QtOpenGLExtensions, QtPlatformHeaders, QtPlatformSupport, QtPrintSupport, QtSql, QtTest, QtWidgets, QtXml