修复农历控件不支持Qt6.2+msvc2019的BUG

This commit is contained in:
feiyangqingyun
2022-07-21 19:58:07 +08:00
parent 977f4aed8b
commit cab8727c5b
2 changed files with 2 additions and 2 deletions

View File

@@ -120,7 +120,7 @@ void DeviceSizeTable::load()
}
#else
process->start("df -h");
process->start("df", QStringList() << "-h");
#endif
}

View File

@@ -5,7 +5,7 @@ greaterThan(QT_MAJOR_VERSION, 5): QT += core5compat
TARGET = lunarcalendarwidget
TEMPLATE = app
DESTDIR = $$PWD/../bin
CONFIG += qt warn_off
CONFIG += warn_off
RESOURCES += main.qrc
SOURCES += main.cpp