Remove nonexistent example from cmake build

This commit is contained in:
FeRD (Frank Dana)
2019-08-13 17:25:20 -04:00
parent 8ab535fc96
commit acc2706484

View File

@@ -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)