串口、TCP等调试软件
Go to file
2023-11-21 10:17:59 +00:00
.cmake chore: rename the file 2023-11-21 15:46:01 +08:00
.github/workflows Update build-ubuntu.yml 2023-11-21 17:02:58 +08:00
.workflow update daily_build.yml 2023-11-21 10:17:59 +00:00
3rd chore: import 3rd sources 2023-11-20 09:46:33 +08:00
doc chore: update comments 2021-08-16 08:57:42 +08:00
libs/windows_openssl chore: remove useless sub module 2023-11-20 09:43:43 +08:00
platform chore: remove useless files 2023-09-20 13:48:00 +08:00
private chore: rename files and path 2023-11-20 18:25:47 +08:00
qml chore: update files of project 2023-09-19 22:25:22 +08:00
resources chore: update files of project 2023-11-18 13:23:04 +08:00
src chore: for testing github action 2023-11-21 17:18:04 +08:00
.clang-format chore: update files of project 2023-11-20 16:59:03 +08:00
.cmake-format chore: update files of project 2023-11-20 09:22:00 +08:00
.gitignore chore: add a ignored directory 2023-11-20 14:46:55 +08:00
CMakeLists.txt chore: update file name 2023-11-21 15:46:14 +08:00
datetime.txt chore: rename the file 2023-09-20 18:09:40 +08:00
format.sh chore: import the file to project 2023-11-21 14:27:43 +08:00
hh2h.sh chore: remove comments 2023-09-20 13:49:23 +08:00
LICENCE add licence 2020-02-08 17:25:44 +08:00
logo.png chore: rename the file 2023-09-20 18:16:12 +08:00
mainwindow.png chore: rename files of project 2023-09-20 18:14:00 +08:00
qtswissarmyknife.qrc chore: update files of project 2023-11-18 13:23:04 +08:00
qtswissarmyknifeqml.qrc chore: update file of project 2023-09-21 10:08:30 +08:00
readme.md chore: update file name 2023-09-20 18:14:09 +08:00
rmpri.sh chore: import files to project 2023-09-20 13:49:56 +08:00
saklogo.png chore: rename the log file 2023-09-20 15:15:18 +08:00
upper2lower.sh chore: chmod +x 2023-09-20 15:13:02 +08:00
windows.ico chore: rename files of project 2023-09-20 18:14:00 +08:00
windows.rc chore: update file name 2023-09-20 18:14:09 +08:00

Swiss Army Knife

build-windows-msvc build-windows-mingw build-ubuntu build-macos build-ios build-android

Workflows [build platform]-[target-platform]-[qt version]_edition
build-windows-msvc windows2019-windows-qt5.9.9_msvc2017_64
windows2019-windows-qt5.12.10_msvc2017
windows2019-windows-qt5.12.10_msvc2017_64
windows2019-windows-qt5.15.2_msvc2019
windows2019-windows-qt5.15.2_msvc2019_64
build-windows-mingw windows2019-windows-qt5.12.10_mingw73_64
windows2019-windows-qt5.15.2_mingw81_64
build-ubuntu ubuntu18.04-linux-qt5.9.5
ubuntu20.04-linux-qt5.12.8
build-macos macos10.15-macos-qt5.9.9
macos10.15-macos-qt5.12.10
macos10.15-macos-qt5.15.2
build-ios macos10.15-ios-qt5.12.10
macos10.15-ios-qt5.15.2
build-android ubuntu18.04-android_x86-qt5.12.10
ubuntu18.04-android_armv7-qt5.12.10
ubuntu18.04-android_arm64_v8a-qt5.12.10

中文


How to Build the Project

Using Qt Creator (for Windows, Linux and macOS)

  1. Download Qt Install it.
  2. Using QtCreator to open the QtSwissArmyKnife.pro file and build it.

Using command line (just for ubuntu)

Install the Environment

sudo apt-get update --fix-missing -y
sudo apt-get install gcc g++ -y
sudo apt-get install make git -y
sudo apt-get install libgl1-mesa-dev -y
sudo apt-get install qt5-default -y
sudo apt-get install libqt5websockets5 libqt5websockets5-dev -y
sudo apt-get install libqt5serialport5 libqt5serialport5-dev -y
sudo apt-get install libqt5charts5 libqt5charts5-dev -y

Note: QCharts module can not be identified when building from command line.

Get the Source

From github:

git clone https://github.com/qsaker/QtSwissArmyKnife.git

or from git gitee:

git clone https://gitee.com/qsaker/QtSwissArmyKnife.git

Build the project:

cd QtSwissArmyKnife
qmake
make

Qt 5.12.12, other versions may be available, you can have a try.

Have a Look

MainWindow.png

About the Project


   ____  __
  / __ \/ /____  _____
 / / / / __/ _ \/ ___/
/ /_/ / /_/  __/ /
\___\_\__/\___/_/