1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-11 09:03:36 +02:00

AUP3: Added AUP3 importer and improved progress dialogs

This commit is contained in:
Leland Lucius
2020-07-15 01:32:48 -05:00
parent 1ec7fd56c1
commit 5bc3ae659c
10 changed files with 574 additions and 194 deletions

View File

@@ -18,7 +18,7 @@ if( ${_OPT}use_wxwidgets STREQUAL "system" )
# Specify all of the components we'll need since "html" and "qa" aren't
# included in the default list
find_package(wxWidgets REQUIRED COMPONENTS adv base core html net qa)
find_package(wxWidgets REQUIRED COMPONENTS adv base core html net qa xml)
unset( BUILD_SHARED_LIBS )
endif()