Skip to content
Snippets Groups Projects
Commit 1c8f321c authored by kh1's avatar kh1
Browse files

Add ssh support to build.

parent ea9dc164
No related branches found
No related tags found
No related merge requests found
......@@ -9,3 +9,9 @@ SUBDIRS = \
utils/process_stub.pro \
cplusplus \
qml
SUPPORT_QT_MAEMO = $$(QTCREATOR_WITH_MAEMO)
!isEmpty(SUPPORT_QT_MAEMO) {
SUBDIRS += 3rdparty
message("Adding experimental ssh support for Qt/Maemo applications.")
}
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