Skip to content

isoft-linux/PackageKit-Qt

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PackageKit-Qt

Qt5 bindings for PackageKit v0.7.6, as an extension to the original PackageKit-Qt2 (actually using Qt4, don't be fooled 233)

Build & Install

$ cd PackageKit-Qt/
$ mkdir -p build
$ cd build
$ cmake .. -DCMAKE_INSTALL_PREFIX=/usr

(but for Qt4 version please use cmake -DUSE_QT5=OFF ..)

$ make
#  make install

To Get pkg-config Information

pkg-config --cflags --libs packagekit-qt5 

Migration

A port PackageKit-0.7.6/lib/packagekit-qt2 to Qt version 5.2.x.

About

Qt5 bindings for PackageKit

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 92.7%
  • CMake 5.0%
  • C 1.2%
  • Other 1.1%