Class to read the device environment. See task QTCREATORBUG-1663

This commit is contained in:
kh1
2010-07-27 17:56:07 +02:00
parent 11d0951924
commit 9cfa8d5a0e
3 changed files with 253 additions and 2 deletions

View File

@@ -27,7 +27,8 @@ HEADERS += \
$$PWD/maemosshrunner.h \
$$PWD/maemodebugsupport.h \
$$PWD/maemodeviceconfiglistmodel.h \
$$PWD/maemoremotemountsmodel.h
$$PWD/maemoremotemountsmodel.h \
$$PWD/deviceenvreader.h
SOURCES += \
$$PWD/maemoconfigtestdialog.cpp \
@@ -56,7 +57,8 @@ SOURCES += \
$$PWD/maemosshrunner.cpp \
$$PWD/maemodebugsupport.cpp \
$$PWD/maemodeviceconfiglistmodel.cpp \
$$PWD/maemoremotemountsmodel.cpp
$$PWD/maemoremotemountsmodel.cpp \
$$PWD/deviceenvreader.cpp
FORMS += \
$$PWD/maemoconfigtestdialog.ui \