Skip to content

Commit

Permalink
修正MdiAreaWindowExample的cmake在linux系统下文件名大小写导致无法识别的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
czyt1988 committed Jul 15, 2024
1 parent 51e37ce commit 34c935c
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 34c935c

Please sign in to comment.