Skip to content

Commit

Permalink
移除无用的文件
Browse files Browse the repository at this point in the history
  • Loading branch information
czyt1988 committed Jan 24, 2024
1 parent 6585715 commit ba3c0df
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 40 deletions.
13 changes: 0 additions & 13 deletions src/example/MainWindowExample/debug/moc_predefs.h

This file was deleted.

4 changes: 3 additions & 1 deletion src/example/NormalMenuBarExample/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,12 @@ add_definitions(-DFRAMELESSHELPER_FEATURE_static_build=-1)
find_package(QT NAMES Qt6 Qt5 COMPONENTS Core REQUIRED)
find_package(Qt${QT_VERSION_MAJOR} 5.9 COMPONENTS Core Gui Widgets REQUIRED)

# linux下会报
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
13 changes: 0 additions & 13 deletions src/example/NormalMenuBarExample/debug/moc_predefs.h

This file was deleted.

13 changes: 0 additions & 13 deletions src/example/WidgetWithRibbon/debug/moc_predefs.h

This file was deleted.

0 comments on commit ba3c0df

Please sign in to comment.