Name: | qtsinglecoreapplication |
---|---|
Version: | 2.6.1 |
Release: | 28.el7 |
Architecture: | aarch64 |
Group: | Unspecified |
Size: | 131753 |
License: | GPLv3 or LGPLv2 with exceptions |
RPM: | qtsinglecoreapplication-2.6.1-28.el7.aarch64.rpm |
Source RPM: | qtsingleapplication-2.6.1-28.el7.src.rpm |
Build Date: | Wed May 30 2018 |
Build Host: | ca-buildarm04.us.oracle.com |
Vendor: | Oracle America |
URL: | http://doc.qt.digia.com/solutions/4/qtsingleapplication/qtsingleapplication.html |
Summary: | Qt library to start applications only once per user |
Description: | For some applications it is useful or even critical that they are started only once by any user. Future attempts to start the application should activate any already running instance, and possibly perform requested actions, e.g. loading a file, in that instance. For console (non-GUI) applications, the QtSingleCoreApplication variant is provided, which avoids dependency on QtGui. |
- qtsinglecoreapplication should not imply widgets
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
- Rebuild
- fix versioned soname
- new upstream snapshot - switch to GitHub (rhbz#1254883) - remove upstreamed patch for QTBUG-44595
- simplify .qrf files, patching for qt5 is done in spec
- fix qt5/mkspecs again for QTBUG-44595 (rhbz#1239870)
- fix qt5/mkspecs - remove obsolete clean
- add features for Qupzilla (rhbz#1091704)
- fix for QTBUG-44595 - additional header inclusion for Qt5.5