parent
e72d59e2c7
commit
06894c6e84
|
@ -29,7 +29,6 @@
|
|||
#include <obs-config.h>
|
||||
#include <obs.hpp>
|
||||
|
||||
#include <QtGlobal>
|
||||
#include <QGuiApplication>
|
||||
#include <QProxyStyle>
|
||||
#include <QScreen>
|
||||
|
@ -1320,9 +1319,7 @@ static int run_program(fstream &logFile, int argc, char *argv[])
|
|||
|
||||
QCoreApplication::addLibraryPath(".");
|
||||
|
||||
#if (QT_VERSION >= QT_VERSION_CHECK(5, 6, 0))
|
||||
QApplication::setAttribute(Qt::AA_EnableHighDpiScaling);
|
||||
#endif
|
||||
|
||||
OBSApp program(argc, argv, profilerNameStore.get());
|
||||
try {
|
||||
|
|
Loading…
Reference in New Issue