ui: remove deprecated Qt ui_snapshot (#33402)

remove ui_snapshot
This commit is contained in:
Dean Lee
2024-08-30 03:24:21 +08:00
committed by GitHub
parent db5c0419ce
commit ac5cd06a3a
4 changed files with 0 additions and 73 deletions
-1
View File
@@ -66,7 +66,6 @@ qt_env.Program("ui", qt_src + [asset_obj], LIBS=qt_libs)
if GetOption('extras'):
qt_src.remove("main.cc") # replaced by test_runner
qt_env.Program('tests/test_translations', [asset_obj, 'tests/test_runner.cc', 'tests/test_translations.cc'] + qt_src, LIBS=qt_libs)
qt_env.Program('tests/ui_snapshot', [asset_obj, "tests/ui_snapshot.cc"] + qt_src, LIBS=qt_libs)
if GetOption('extras') and arch != "Darwin":
qt_env.SharedLibrary("qt/python_helpers", ["qt/qt_window.cc"], LIBS=qt_libs)