Skip to content

Ola-jed/QSystemInfo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QSystemInfo

QSystemInfo is a lightweight system information tool written in c++ with the qt framework

How to build?

You need to have qt installed to build the app.

# Compile in debug mode
git clone https://github.com/Ola-jed/QSystemInfo.git
cd QSystemInfo
cmake .
make
./QSystemInfo

Screenshots

qsysteminfo

Import the project if you use an ide.