From acc27064841ecfc91f06859d2def3eae52c1957f Mon Sep 17 00:00:00 2001 From: "FeRD (Frank Dana)" Date: Tue, 13 Aug 2019 17:25:20 -0400 Subject: [PATCH] Remove nonexistent example from cmake build --- src/CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 126ea7df..b24d590e 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -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)