Maemo: Prepare "mount local directories on device" feature.

Not used yet.

Reviewed-by: kh1
This commit is contained in:
ck
2010-07-23 14:37:31 +02:00
parent e31e0de9ad
commit fca9ca4602
6 changed files with 315 additions and 2 deletions

View File

@@ -26,7 +26,8 @@ HEADERS += \
$$PWD/maemoglobal.h \
$$PWD/maemosshrunner.h \
$$PWD/maemodebugsupport.h \
$$PWD/maemodeviceconfiglistmodel.h
$$PWD/maemodeviceconfiglistmodel.h \
$$PWD/maemoremotemountsmodel.h
SOURCES += \
$$PWD/maemoconfigtestdialog.cpp \
@@ -54,7 +55,8 @@ SOURCES += \
$$PWD/maemoglobal.cpp \
$$PWD/maemosshrunner.cpp \
$$PWD/maemodebugsupport.cpp \
$$PWD/maemodeviceconfiglistmodel.cpp
$$PWD/maemodeviceconfiglistmodel.cpp \
$$PWD/maemoremotemountsmodel.cpp
FORMS += \
$$PWD/maemoconfigtestdialog.ui \