OTHER: move skin handling into own subdirectory
This commit is contained in:
parent
19a877ddc6
commit
cc2da0c89c
5 changed files with 1 additions and 2 deletions
|
|
@ -42,6 +42,7 @@ bld_subdirs = [
|
||||||
'equalizer',
|
'equalizer',
|
||||||
'mainwindow',
|
'mainwindow',
|
||||||
'playlist',
|
'playlist',
|
||||||
|
'skin',
|
||||||
'widgets'
|
'widgets'
|
||||||
]
|
]
|
||||||
bld_files = [
|
bld_files = [
|
||||||
|
|
@ -51,8 +52,6 @@ bld_files = [
|
||||||
'BrowseModel.cpp',
|
'BrowseModel.cpp',
|
||||||
'FileDialog.cpp',
|
'FileDialog.cpp',
|
||||||
'settingsdialog.cpp',
|
'settingsdialog.cpp',
|
||||||
'Skin.cpp',
|
|
||||||
'SkinChooser.cpp',
|
|
||||||
'timedisplay.cpp'
|
'timedisplay.cpp'
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue