Skip to content
Snippets Groups Projects
Commit 3b7527de authored by kh1's avatar kh1
Browse files

Make use of the new ssh lib feature.

parent a6018191
No related branches found
No related tags found
No related merge requests found
...@@ -2,10 +2,10 @@ SUPPORT_QT_MAEMO = $$(QTCREATOR_WITH_MAEMO) ...@@ -2,10 +2,10 @@ SUPPORT_QT_MAEMO = $$(QTCREATOR_WITH_MAEMO)
!isEmpty(SUPPORT_QT_MAEMO) { !isEmpty(SUPPORT_QT_MAEMO) {
message("Adding experimental support for Qt/Maemo applications.") message("Adding experimental support for Qt/Maemo applications.")
DEFINES += QTCREATOR_WITH_MAEMO DEFINES += QTCREATOR_WITH_MAEMO
# DEFINES += USE_SSH_LIB DEFINES += USE_SSH_LIB
# INCLUDEPATH += $$PWD/../../../libs/3rdparty/net7ssh/src INCLUDEPATH += $$PWD/../../../libs/3rdparty/net7ssh/src
# INCLUDEPATH += $$PWD/../../../libs/3rdparty/botan/build INCLUDEPATH += $$PWD/../../../libs/3rdparty/botan/build
# LIBS += -l$$qtLibraryTarget(Net7ssh) -l$$qtLibraryTarget(Botan) LIBS += -l$$qtLibraryTarget(Net7ssh) -l$$qtLibraryTarget(Botan)
HEADERS += $$PWD/maemorunconfiguration.h \ HEADERS += $$PWD/maemorunconfiguration.h \
$$PWD/maemomanager.h \ $$PWD/maemomanager.h \
$$PWD/maemotoolchain.h \ $$PWD/maemotoolchain.h \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment