Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 448 Bytes

README.md

File metadata and controls

41 lines (27 loc) · 448 Bytes

QtPanel

Migrated qtpanel to Qt5 by Leslie Zhai [email protected]

ScreenShot

ScreenShot

Build

Dependence for AnthonOS

sudo apt-get install qt-5

Dependence for iSoftLinux, ArchLinux

sudo pacman -S qt5-x11extras

Qt4

mkdir build4
cd build4
cmake -DUSE_QT5=OFF ..
make

Qt5

mkdir build
cd build
cmake ..
make