Skip to content

Commit

Permalink
Remove tlplay-qt
Browse files Browse the repository at this point in the history
  • Loading branch information
darbyjohnston committed Feb 27, 2025
1 parent 8dc5077 commit 516406b
Show file tree
Hide file tree
Showing 127 changed files with 295 additions and 12,979 deletions.
3 changes: 0 additions & 3 deletions bin/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
add_subdirectory(tlbake)
add_subdirectory(tlplay)
if(TLRENDER_QT6 OR TLRENDER_QT5)
add_subdirectory(tlplay-qt)
endif()
20 changes: 0 additions & 20 deletions bin/tlplay-qt/CMakeLists.txt

This file was deleted.

53 changes: 0 additions & 53 deletions bin/tlplay-qt/main.cpp

This file was deleted.

7 changes: 5 additions & 2 deletions bin/tlplay/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@

#include <tlPlayApp/App.h>

#include <tlPlay/Init.h>
#include <tlTimelineUI/Init.h>

#include <tlDevice/Init.h>

#include <dtk/core/Context.h>

Expand All @@ -24,7 +26,8 @@ DTK_MAIN()
try
{
auto context = dtk::Context::create();
tl::play::init(context);
tl::timelineui::init(context);
tl::device::init(context);
auto args = dtk::convert(argc, argv);
auto app = tl::play_app::App::create(context, args);
r = app->getExit();
Expand Down
75 changes: 0 additions & 75 deletions etc/Icons/BellowsClosed.svg

This file was deleted.

75 changes: 0 additions & 75 deletions etc/Icons/BellowsOpen.svg

This file was deleted.

76 changes: 0 additions & 76 deletions etc/Icons/Clear.svg

This file was deleted.

Loading

0 comments on commit 516406b

Please sign in to comment.