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

master
feiyangqingyun 2022-07-21 19:57:32 +08:00
parent fbb7e81d9c
commit 2e16e8876b
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