2010-02-08 17:51:58 +01:00
|
|
|
INCLUDEPATH += $$PWD/../../../libs/3rdparty/botan/build
|
|
|
|
|
INCLUDEPATH += $$PWD/../../../libs/3rdparty/net7ssh/src
|
|
|
|
|
LIBS += -l$$qtLibraryTarget(Net7ssh) -l$$qtLibraryTarget(Botan)
|
2010-03-31 18:28:04 +02:00
|
|
|
|
|
|
|
|
HEADERS += \
|
|
|
|
|
$$PWD/maemoconfigtestdialog.h \
|
|
|
|
|
$$PWD/maemoconstants.h \
|
2010-02-08 17:51:58 +01:00
|
|
|
$$PWD/maemodeviceconfigurations.h \
|
2010-03-31 18:28:04 +02:00
|
|
|
$$PWD/maemomanager.h \
|
|
|
|
|
$$PWD/maemorunconfiguration.h \
|
|
|
|
|
$$PWD/maemorunconfigurationwidget.h \
|
|
|
|
|
$$PWD/maemoruncontrol.h \
|
|
|
|
|
$$PWD/maemorunfactories.h \
|
2010-02-08 17:51:58 +01:00
|
|
|
$$PWD/maemosettingspage.h \
|
|
|
|
|
$$PWD/maemosettingswidget.h \
|
|
|
|
|
$$PWD/maemosshconnection.h \
|
|
|
|
|
$$PWD/maemosshthread.h \
|
2010-04-06 16:56:47 +02:00
|
|
|
$$PWD/maemotoolchain.h \
|
|
|
|
|
$$PWD/maemopackagecreationstep.h \
|
2010-04-07 17:33:49 +02:00
|
|
|
$$PWD/maemopackagecreationfactory.h \
|
2010-04-14 09:48:41 +02:00
|
|
|
$$PWD/ne7sshobject.h \
|
|
|
|
|
$$PWD/maemopackagecreationwidget.h
|
2010-02-23 16:17:04 +01:00
|
|
|
|
2010-03-31 18:28:04 +02:00
|
|
|
SOURCES += \
|
|
|
|
|
$$PWD/maemoconfigtestdialog.cpp \
|
2010-02-08 17:51:58 +01:00
|
|
|
$$PWD/maemodeviceconfigurations.cpp \
|
2010-03-31 18:28:04 +02:00
|
|
|
$$PWD/maemomanager.cpp \
|
|
|
|
|
$$PWD/maemorunconfiguration.cpp \
|
|
|
|
|
$$PWD/maemorunconfigurationwidget.cpp \
|
|
|
|
|
$$PWD/maemoruncontrol.cpp \
|
|
|
|
|
$$PWD/maemorunfactories.cpp \
|
2010-02-08 17:51:58 +01:00
|
|
|
$$PWD/maemosettingspage.cpp \
|
|
|
|
|
$$PWD/maemosettingswidget.cpp \
|
|
|
|
|
$$PWD/maemosshconnection.cpp \
|
|
|
|
|
$$PWD/maemosshthread.cpp \
|
2010-04-06 16:56:47 +02:00
|
|
|
$$PWD/maemotoolchain.cpp \
|
|
|
|
|
$$PWD/maemopackagecreationstep.cpp \
|
2010-04-07 17:33:49 +02:00
|
|
|
$$PWD/maemopackagecreationfactory.cpp \
|
2010-04-14 09:48:41 +02:00
|
|
|
$$PWD/ne7sshobject.cpp \
|
|
|
|
|
$$PWD/maemopackagecreationwidget.cpp
|
2010-03-31 18:28:04 +02:00
|
|
|
|
|
|
|
|
FORMS += \
|
|
|
|
|
$$PWD/maemoconfigtestdialog.ui \
|
|
|
|
|
$$PWD/maemosettingswidget.ui
|
2010-02-23 16:17:04 +01:00
|
|
|
|
2010-02-08 17:51:58 +01:00
|
|
|
RESOURCES += $$PWD/qt-maemo.qrc
|