Skip to content

Commit

Permalink
调整Mdi例子中cmake的文件大小写,避免在linux系统下大小写敏感
Browse files Browse the repository at this point in the history
  • Loading branch information
czyt1988 committed Jul 30, 2024
1 parent 14371ab commit e759b3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/example/MdiAreaWindowExample/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ find_package(QT NAMES Qt6 Qt5 COMPONENTS Core REQUIRED)
find_package(Qt${QT_VERSION_MAJOR} 5.8 COMPONENTS Core Gui Widgets REQUIRED)

add_executable(${SARIBBON_EXPAMPLE_NAME} WIN32
MainWindow.h
MainWindow.cpp
mainWindow.h
mainWindow.cpp
MainWindow.ui
main.cpp
icon.qrc
Expand Down

0 comments on commit e759b3f

Please sign in to comment.