qt add missing sources
Signed-off-by: basebuilder_pel7ppc64lebuilder0 <basebuilder@powerel.org>master
parent
2a5bf9d561
commit
af698fedac
|
@ -0,0 +1,3 @@
|
|||
[Qt]
|
||||
font="Sans Serif,10,-1,5,50,0,0,0,0,0"
|
||||
|
|
@ -0,0 +1,9 @@
|
|||
[Desktop Entry]
|
||||
Name=Qt4 Assistant
|
||||
GenericName=Documentation viewer
|
||||
Comment=Shows Qt4 documentation and examples
|
||||
Exec=assistant-qt4
|
||||
Icon=assistant
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Categories=Qt;Development;Documentation;
|
Binary file not shown.
After Width: | Height: | Size: 16 KiB |
Binary file not shown.
After Width: | Height: | Size: 3.2 KiB |
|
@ -0,0 +1,10 @@
|
|||
[Desktop Entry]
|
||||
Name=Qt4 Linguist
|
||||
GenericName=Translation tool
|
||||
Comment=Add translations to Qt4 applications
|
||||
Exec=linguist-qt4
|
||||
Icon=linguist
|
||||
MimeType=text/vnd.trolltech.linguist;application/x-linguist;
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Categories=Qt;Development;
|
|
@ -0,0 +1,33 @@
|
|||
%_qt4 @@NAME@@
|
||||
%_qt4_epoch @@EPOCH@@
|
||||
%_qt4_version @@VERSION@@
|
||||
%_qt4_evr @@EVR@@
|
||||
%_qt48 %{_qt4_version}
|
||||
%_qt4_prefix %{_libdir}/qt4
|
||||
%_qt4_bindir %{_qt4_prefix}/bin
|
||||
%_qt4_datadir %{_qt4_prefix}
|
||||
%_qt4_demosdir %{_qt4_prefix}/demos
|
||||
%_qt4_docdir %{_docdir}/qt4
|
||||
%_qt4_examples %{_qt4_prefix}/examples
|
||||
%_qt4_examplesdir %{_qt4_prefix}/examples
|
||||
%_qt4_headerdir %{_includedir}
|
||||
%_qt4_importdir %{_qt4_prefix}/imports
|
||||
%_qt4_libdir %{_libdir}
|
||||
%_qt4_plugindir %{_qt4_prefix}/plugins
|
||||
%_qt4_qmake %{_qt4_bindir}/qmake
|
||||
%_qt4_sysconfdir %{_sysconfdir}
|
||||
%_qt4_translationdir %{_datadir}/qt4/translations
|
||||
|
||||
%_qt4_ldflags %{?__global_ldflags}
|
||||
%_qt4_optflags %{optflags}
|
||||
|
||||
%_qt4_qmake_flags \\\
|
||||
QMAKE_CFLAGS_DEBUG="${CFLAGS:-%{_qt4_optflags}}" \\\
|
||||
QMAKE_CFLAGS_RELEASE="${CFLAGS:-%{_qt4_optflags}}" \\\
|
||||
QMAKE_CXXFLAGS_DEBUG="${CXXFLAGS:-%{_qt4_optflags}}" \\\
|
||||
QMAKE_CXXFLAGS_RELEASE="${CXXFLAGS:-%{_qt4_optflags}}" \\\
|
||||
QMAKE_LFLAGS_DEBUG="${LDFLAGS:-%{_qt4_ldflags}}" \\\
|
||||
QMAKE_LFLAGS_RELEASE="${LDFLAGS:-%{_qt4_ldflags}}" \\\
|
||||
QMAKE_STRIP=
|
||||
|
||||
%qmake_qt4 %{_qt4_qmake} %{_qt4_qmake_flags}
|
Loading…
Reference in New Issue