lp://qastaging/~lubuntu-dev/lxde/libsysstat-lxde
- Get this branch:
- bzr branch lp://qastaging/~lubuntu-dev/lxde/libsysstat-lxde
Branch merges
Branch information
Import details
This branch is an import of the HEAD branch of the Git repository at git://git.lxde.org/git/lxde/libsysstat.git.
Last successful import was .
Recent revisions
- 32. By Luís Pereira
-
Adds the Requires field to the .pc confile file
It has been unnoticed because other packages already required it.
- 27. By Luís Pereira
-
Use QString:
:fromLatin1( ) instead of QString: :fromAscii( ) QString:
:fromAscii( ) is obsolete in Qt5. Signed-off-by: Luís Pereira <email address hidden>
- 26. By Luís Pereira
-
Adapt the build system to handle Qt4 and Qt5
The library name for Qt4 is sysstat, for Qt5 is sysstat-qt5.
The headers for Qt4 are:
#include <sysstat/version.h> and #include <SysStat/Version>
The headers for Qt5 are:
#include <sysstat-qt5.version. h> and #include <SysStat/Version> New code should use the portable way:
#include <SysStat/Version>
as it works with Qt4 and Qt5.Signed-off-by: Luís Pereira <email address hidden>
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)