add directory for check binary

This commit is contained in:
2025-02-05 16:28:14 +01:00
parent f750f76dbb
commit 31aa7c0584
2 changed files with 90 additions and 0 deletions

14
Check/main.cpp Normal file
View File

@@ -0,0 +1,14 @@
#include <QtGlobal>
#include <QCoreApplication>
#include <QByteArray>
#include <QProcess>
#include <QCommandLineParser>
#include <QStandardPaths>
#include <QSettings>
#include <QDir>
#include <QDebug>
int main(int argc, char **argv) {
return 0;
}