directory for binary calling rsync on repository
This commit is contained in:
14
Sync/main.cpp
Normal file
14
Sync/main.cpp
Normal 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;
|
||||
}
|
Reference in New Issue
Block a user