Maemo: Use on-demand shared Net7 object.

Task-number: QTCREATORBUG-1073
This commit is contained in:
ck
2010-04-07 17:33:49 +02:00
parent a62e533123
commit 4dda485353
6 changed files with 181 additions and 15 deletions

View File

@@ -18,7 +18,8 @@ HEADERS += \
$$PWD/maemosshthread.h \
$$PWD/maemotoolchain.h \
$$PWD/maemopackagecreationstep.h \
$$PWD/maemopackagecreationfactory.h
$$PWD/maemopackagecreationfactory.h \
$$PWD/ne7sshobject.h
SOURCES += \
$$PWD/maemoconfigtestdialog.cpp \
@@ -35,7 +36,8 @@ SOURCES += \
$$PWD/maemosshthread.cpp \
$$PWD/maemotoolchain.cpp \
$$PWD/maemopackagecreationstep.cpp \
$$PWD/maemopackagecreationfactory.cpp
$$PWD/maemopackagecreationfactory.cpp \
$$PWD/ne7sshobject.cpp
FORMS += \
$$PWD/maemoconfigtestdialog.ui \