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)
|
|
|
|
|
HEADERS += $$PWD/maemorunconfiguration.h \
|
|
|
|
|
$$PWD/maemomanager.h \
|
|
|
|
|
$$PWD/maemotoolchain.h \
|
|
|
|
|
$$PWD/maemodeviceconfigurations.h \
|
|
|
|
|
$$PWD/maemosettingspage.h \
|
|
|
|
|
$$PWD/maemosettingswidget.h \
|
|
|
|
|
$$PWD/maemosshconnection.h \
|
|
|
|
|
$$PWD/maemosshthread.h \
|
|
|
|
|
$$PWD/maemoruncontrol.h \
|
2010-02-23 16:17:04 +01:00
|
|
|
$$PWD/maemorunconfigurationwidget.h \
|
|
|
|
|
$$PWD/maemorunfactories.h \
|
2010-03-18 12:33:01 +01:00
|
|
|
$$PWD/maemoconstants.h \
|
|
|
|
|
$$PWD/maemoconfigtestdialog.h
|
2010-02-23 16:17:04 +01:00
|
|
|
|
2010-02-08 17:51:58 +01:00
|
|
|
SOURCES += $$PWD/maemorunconfiguration.cpp \
|
|
|
|
|
$$PWD/maemomanager.cpp \
|
|
|
|
|
$$PWD/maemotoolchain.cpp \
|
|
|
|
|
$$PWD/maemodeviceconfigurations.cpp \
|
|
|
|
|
$$PWD/maemosettingspage.cpp \
|
|
|
|
|
$$PWD/maemosettingswidget.cpp \
|
|
|
|
|
$$PWD/maemosshconnection.cpp \
|
|
|
|
|
$$PWD/maemosshthread.cpp \
|
|
|
|
|
$$PWD/maemoruncontrol.cpp \
|
2010-02-23 16:17:04 +01:00
|
|
|
$$PWD/maemorunconfigurationwidget.cpp \
|
2010-03-18 12:33:01 +01:00
|
|
|
$$PWD/maemorunfactories.cpp \
|
|
|
|
|
$$PWD/maemoconfigtestdialog.cpp
|
2010-02-23 16:17:04 +01:00
|
|
|
|
2010-03-18 12:33:01 +01:00
|
|
|
FORMS += $$PWD/maemosettingswidget.ui \
|
|
|
|
|
$$PWD/maemoconfigtestdialog.ui
|
2010-02-08 17:51:58 +01:00
|
|
|
RESOURCES += $$PWD/qt-maemo.qrc
|