Skip to content

Commit

Permalink
Merge pull request mfreiholz#26 from gameraccoon/master
Browse files Browse the repository at this point in the history
Fix compilation on linux using cmake
  • Loading branch information
githubuser0xFFFF authored May 13, 2019
2 parents a6ed435 + 7bd3765 commit df285dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ set(CMAKE_INCLUDE_CURRENT_DIR ON)
set(ads_demo_SRCS
main.cpp
MainWindow.cpp
MainWindow.ui
mainwindow.ui
main.qrc
)
add_executable(AdvancedDockingSystemDemo WIN32 ${ads_demo_SRCS})
Expand Down

0 comments on commit df285dd

Please sign in to comment.