Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Simplify xmake.lua file
  • Loading branch information
Arteiimis committed May 14, 2024
commit 650517c6da6afcf635ceab57edf37275a9385ccf
4 changes: 1 addition & 3 deletions code/04同步操作/async_progress_bar/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ set_runtimes("MD")
target("async_progress_bar")
add_rules("qt.widgetapp","qt.quickapp")
set_languages("c++17")
add_files("./*.cpp")
add_files("./*.ui")
add_files("./*.h")
add_files("./*.cpp", "./*.ui", "./*.h")
add_headerfiles("./*.h")
target_end()