]> git.pld-linux.org Git - packages/qt4.git/blame - qt4.spec
- fix function name
[packages/qt4.git] / qt4.spec
CommitLineData
bc7da990 1#
08506906 2# TODO:
71d7c231 3# - QtUiTools to subpackage
1620d5ef 4# - better descriptions
5# - more cleanups
07b2fa37 6# - check if translations are available
08506906 7#
bc7da990 8# Conditional build:
9%bcond_with nas # enable NAS audio support
8b4e0403 10%bcond_without static_libs # build static libraries
bc7da990 11%bcond_without cups # disable CUPS support
12%bcond_without mysql # don't build MySQL plugin
13%bcond_without odbc # don't build unixODBC plugin
14%bcond_without pgsql # don't build PostgreSQL plugin
15%bcond_without designer # don't build designer (it takes long)
2ba913fc 16%bcond_without sqlite3 # don't build SQLite3 plugin
17%bcond_without sqlite # don't build SQLite2 plugin
4ad4bb90
18%bcond_without ibase # don't build ibase (InterBase/Firebird) plugin
19%bcond_without pch # disable pch in qmake
e23a6569 20%bcond_with sse # use SSE instructions in gui/painting module
83908296 21%bcond_with dont_enable # blocks translations, they are not yet available
08506906 22
ef04429e 23%undefine with_dont_enable
24
9f300b6b 25%ifnarch %{ix86} %{x8664} sparc sparcv9 alpha ppc
bc7da990 26%undefine with_ibase
27%endif
e23a6569
PS
28
29%ifarch pentium3 pentium4 %{x8664}
30%define with_sse 1
31%endif
32
bc7da990 33%define _withsql 1
2ba913fc 34%{!?with_sqlite3:%{!?with_sqlite:%{!?with_ibase:%{!?with_mysql:%{!?with_pgsql:%{!?with_odbc:%undefine _withsql}}}}}}
bc7da990 35
bc7da990 36Summary: The Qt GUI application framework
37Summary(es): Biblioteca para ejecutar aplicaciones GUI Qt
38Summary(pl): Biblioteka Qt do tworzenia GUI
39