Skip to content

Commit

Permalink
修正example在linux下cmake报错的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
czyt1988 committed Jan 24, 2024
1 parent ba3c0df commit 63b98d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/example/NormalMenuBarExample/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ set(CMAKE_AUTOUIC_SEARCH_PATHS ${CMAKE_CURRENT_LIST_DIR})
add_executable(${SARIBBON_EXPAMPLE_NAME}
MainWindow.h
MainWindow.cpp
mainwindow.ui
MainWindow.ui
main.cpp
)

Expand Down
2 changes: 1 addition & 1 deletion src/example/NormalMenuBarExample/MainWindow.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#include "MainWindow.h"
#include "ui_mainwindow.h"
#include "ui_MainWindow.h"

MainWindow::MainWindow(QWidget* parent) : SARibbonMainWindow(parent, false)
{
Expand Down

0 comments on commit 63b98d3

Please sign in to comment.