You've already forked libopenshot
mirror of
https://github.com/OpenShot/libopenshot.git
synced 2026-03-02 08:53:52 -08:00
Remove nonexistent example from cmake build
This commit is contained in:
@@ -384,9 +384,6 @@ target_link_libraries(openshot-example openshot)
|
||||
add_executable(openshot-html-test examples/ExampleHtml.cpp)
|
||||
target_link_libraries(openshot-html-test openshot Qt5::Gui)
|
||||
|
||||
add_executable(openshot-text-test examples/ExampleText.cpp)
|
||||
target_link_libraries(openshot-text-test openshot Qt5::Gui)
|
||||
|
||||
############### PLAYER EXECUTABLE ################
|
||||
# Create test executable
|
||||
add_executable(openshot-player Qt/demo/main.cpp)
|
||||
|
||||
Reference in New Issue
Block a user