diff --git a/src/app/main.cpp b/src/app/main.cpp index b8c0a6cf42b29ba703982e7fac41fe3f84f7272a..7f3aebc33194bd527678e9cb7b86bfed802bcdec 100644 --- a/src/app/main.cpp +++ b/src/app/main.cpp @@ -1,10 +1,10 @@ -#include <QtGlobal> +//#include <QtGlobal> #include <QString> #include <QStringList> #include <QUrl> #include <QJsonObject> #include <QCommandLineParser> -#include <QCoreApplication> +//#include <QCoreApplication> #include <QGuiApplication> #include <QIcon> #include <QQmlApplicationEngine> @@ -17,9 +17,9 @@ int main(int argc, char *argv[]) { // Init -#if QT_VERSION >= QT_VERSION_CHECK(5, 6, 0) - QCoreApplication::setAttribute(Qt::AA_EnableHighDpiScaling); -#endif +//#if QT_VERSION >= QT_VERSION_CHECK(5, 6, 0) +// QCoreApplication::setAttribute(Qt::AA_EnableHighDpiScaling); +//#endif QGuiApplication app(argc, argv); qtlib::Config config(":/configs");