Skip to content

Commit

Permalink
修复农历控件不支持Qt6.2+msvc2019的BUG
Browse files Browse the repository at this point in the history
  • Loading branch information
feiyangqingyun committed Jul 21, 2022
1 parent 977f4ae commit cab8727
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion control/devicesizetable/devicesizetable.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ void DeviceSizeTable::load()
}

#else
process->start("df -h");
process->start("df", QStringList() << "-h");
#endif
}

Expand Down
2 changes: 1 addition & 1 deletion widget/lunarcalendarwidget/lunarcalendarwidget.pro
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cab8727

Please sign in to comment.