forked from qt-creator/qt-creator
Maemo: Add interface for ssh library (completely #ifdef'ed out for now).
This will replace the current ssh-via-QProcess approach, which has severe drawbacks.
This commit is contained in:
@@ -2,17 +2,22 @@ SUPPORT_QT_MAEMO = $$(QTCREATOR_WITH_MAEMO)
|
||||
!isEmpty(SUPPORT_QT_MAEMO) {
|
||||
message("Adding experimental support for Qt/Maemo applications.")
|
||||
DEFINES += QTCREATOR_WITH_MAEMO
|
||||
# DEFINES += USE_SSH_LIB
|
||||
# LIBS += -L/opt/ne7ssh/lib/ -lnet7ssh
|
||||
HEADERS += $$PWD/maemorunconfiguration.h \
|
||||
$$PWD/maemomanager.h \
|
||||
$$PWD/maemotoolchain.h \
|
||||
$$PWD/maemodeviceconfigurations.h \
|
||||
$$PWD/maemosettingspage.h
|
||||
$$PWD/maemosettingspage.h \
|
||||
$$PWD/maemosshconnection.h \
|
||||
$$PWD/maemosshrunner.h
|
||||
SOURCES += $$PWD/maemorunconfiguration.cpp \
|
||||
$$PWD/maemomanager.cpp \
|
||||
$$PWD/maemotoolchain.cpp \
|
||||
$$PWD/maemodeviceconfigurations.cpp \
|
||||
$$PWD/maemosettingspage.cpp
|
||||
FORMS += $$PWD/maemosettingswidget.ui
|
||||
|
||||
$$PWD/maemosettingspage.cpp \
|
||||
$$PWD/maemosshconnection.cpp \
|
||||
$$PWD/maemosshrunner.cpp
|
||||
FORMS += $$PWD/maemosettingswidget.ui
|
||||
RESOURCES += $$PWD/qt-maemo.qrc
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user