mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 02:27:39 -04:00
Move Settings class to base.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20827 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
2265691102
commit
19c2588471
3 changed files with 2 additions and 2 deletions
|
@ -71,7 +71,7 @@ SOURCES += rbutilqt.cpp \
|
||||||
../../tools/voicefont.c \
|
../../tools/voicefont.c \
|
||||||
voicefile.cpp \
|
voicefile.cpp \
|
||||||
createvoicewindow.cpp \
|
createvoicewindow.cpp \
|
||||||
rbsettings.cpp \
|
base/rbsettings.cpp \
|
||||||
base/rbunzip.cpp \
|
base/rbunzip.cpp \
|
||||||
base/rbzip.cpp \
|
base/rbzip.cpp \
|
||||||
base/detect.cpp \
|
base/detect.cpp \
|
||||||
|
@ -123,7 +123,7 @@ HEADERS += rbutilqt.h \
|
||||||
../../tools/voicefont.h \
|
../../tools/voicefont.h \
|
||||||
voicefile.h \
|
voicefile.h \
|
||||||
createvoicewindow.h \
|
createvoicewindow.h \
|
||||||
rbsettings.h \
|
base/rbsettings.h \
|
||||||
base/rbunzip.h \
|
base/rbunzip.h \
|
||||||
base/rbzip.h \
|
base/rbzip.h \
|
||||||
sysinfo.h \
|
sysinfo.h \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue