forked from qt-creator/qt-creator
Maemo: Add ssh deployment thread.
Also introduced MaemoSshThread class to factor out common parts of the runner and the deployer code. The maemosshrunner files do not contain code anymore and will be removed soon.
This commit is contained in:
@@ -10,14 +10,14 @@ SUPPORT_QT_MAEMO = $$(QTCREATOR_WITH_MAEMO)
|
||||
$$PWD/maemodeviceconfigurations.h \
|
||||
$$PWD/maemosettingspage.h \
|
||||
$$PWD/maemosshconnection.h \
|
||||
$$PWD/maemosshrunner.h
|
||||
$$PWD/maemosshthread.h
|
||||
SOURCES += $$PWD/maemorunconfiguration.cpp \
|
||||
$$PWD/maemomanager.cpp \
|
||||
$$PWD/maemotoolchain.cpp \
|
||||
$$PWD/maemodeviceconfigurations.cpp \
|
||||
$$PWD/maemosettingspage.cpp \
|
||||
$$PWD/maemosshconnection.cpp \
|
||||
$$PWD/maemosshrunner.cpp
|
||||
$$PWD/maemosshthread.cpp
|
||||
FORMS += $$PWD/maemosettingswidget.ui
|
||||
RESOURCES += $$PWD/qt-maemo.qrc
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user