Skip to content

Commit 7bd3765

Browse files
authored
Fix compilation on linux
1 parent 9b56ca0 commit 7bd3765

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ set(CMAKE_INCLUDE_CURRENT_DIR ON)
2323
set(ads_demo_SRCS
2424
main.cpp
2525
MainWindow.cpp
26-
MainWindow.ui
26+
mainwindow.ui
2727
main.qrc
2828
)
2929
add_executable(AdvancedDockingSystemDemo WIN32 ${ads_demo_SRCS})

0 commit comments

Comments
 (0)