Move CommandLine out of fileutils.h

to ProcessArgs and rename the files to commandline.*.
fileutils was a strange place for CommandLine, and this
reduces the dependencies needed for sdktool.

Change-Id: I9d7e8ffe8a3560f5d12934457b086f9446976883
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
Eike Ziller
2021-05-11 14:34:56 +02:00
parent 0c8d8c6b2a
commit f18ac508e8
28 changed files with 139 additions and 124 deletions

View File

@@ -28,7 +28,7 @@
#include "stringutils.h"
#include "executeondestruction.h"
#include "hostosinfo.h"
#include "processargs.h"
#include "commandline.h"
#include "qtcassert.h"
#include <QCoreApplication>