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 \
|
2010-04-15 16:11:12 +02:00
|
|
|
$$PWD/maemosshconfigdialog.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-20 17:02:31 +02:00
|
|
|
$$PWD/maemopackagecreationwidget.h \
|
2010-07-06 12:04:53 +02:00
|
|
|
$$PWD/maemodeployablelistmodel.h \
|
2010-07-28 09:36:30 +02:00
|
|
|
$$PWD/maemoqemumanager.h \
|
2010-07-06 12:04:53 +02:00
|
|
|
$$PWD/maemodeployables.h \
|
|
|
|
|
$$PWD/maemodeployable.h \
|
2010-07-12 11:07:36 +02:00
|
|
|
$$PWD/maemodeploystep.h \
|
|
|
|
|
$$PWD/maemodeploystepwidget.h \
|
2010-07-13 17:00:12 +02:00
|
|
|
$$PWD/maemodeploystepfactory.h \
|
2010-07-14 17:26:51 +02:00
|
|
|
$$PWD/maemoglobal.h \
|
2010-07-15 16:43:56 +02:00
|
|
|
$$PWD/maemosshrunner.h \
|
2010-07-16 17:09:05 +02:00
|
|
|
$$PWD/maemodebugsupport.h \
|
2010-07-23 14:37:31 +02:00
|
|
|
$$PWD/maemodeviceconfiglistmodel.h \
|
2010-07-27 17:56:07 +02:00
|
|
|
$$PWD/maemoremotemountsmodel.h \
|
2010-08-03 16:27:34 +02:00
|
|
|
$$PWD/maemodeviceenvreader.h \
|
2010-08-10 10:33:25 +02:00
|
|
|
$$PWD/maemotemplatesmanager.h \
|
2010-08-10 15:05:21 +02:00
|
|
|
$$PWD/maemomountspecification.h \
|
2010-10-11 15:40:25 +02:00
|
|
|
$$PWD/maemoremotemounter.h \
|
2010-10-15 15:06:50 +02:00
|
|
|
$$PWD/maemoprofilesupdatedialog.h \
|
2010-10-21 16:25:16 +02:00
|
|
|
$$PWD/maemousedportsgatherer.h \
|
|
|
|
|
$$PWD/maemoremoteprocesslist.h \
|
|
|
|
|
$$PWD/maemoremoteprocessesdialog.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 \
|
2010-04-15 16:11:12 +02:00
|
|
|
$$PWD/maemosshconfigdialog.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-20 17:02:31 +02:00
|
|
|
$$PWD/maemopackagecreationwidget.cpp \
|
2010-07-06 12:04:53 +02:00
|
|
|
$$PWD/maemodeployablelistmodel.cpp \
|
2010-07-28 09:36:30 +02:00
|
|
|
$$PWD/maemoqemumanager.cpp \
|
2010-07-06 12:04:53 +02:00
|
|
|
$$PWD/maemodeployables.cpp \
|
2010-07-12 11:07:36 +02:00
|
|
|
$$PWD/maemodeploystep.cpp \
|
|
|
|
|
$$PWD/maemodeploystepwidget.cpp \
|
2010-07-13 17:00:12 +02:00
|
|
|
$$PWD/maemodeploystepfactory.cpp \
|
2010-07-14 17:26:51 +02:00
|
|
|
$$PWD/maemoglobal.cpp \
|
2010-07-15 16:43:56 +02:00
|
|
|
$$PWD/maemosshrunner.cpp \
|
2010-07-16 17:09:05 +02:00
|
|
|
$$PWD/maemodebugsupport.cpp \
|
2010-07-23 14:37:31 +02:00
|
|
|
$$PWD/maemodeviceconfiglistmodel.cpp \
|
2010-07-27 17:56:07 +02:00
|
|
|
$$PWD/maemoremotemountsmodel.cpp \
|
2010-08-03 16:27:34 +02:00
|
|
|
$$PWD/maemodeviceenvreader.cpp \
|
2010-08-10 10:33:25 +02:00
|
|
|
$$PWD/maemotemplatesmanager.cpp \
|
2010-08-10 15:05:21 +02:00
|
|
|
$$PWD/maemomountspecification.cpp \
|
2010-10-11 15:40:25 +02:00
|
|
|
$$PWD/maemoremotemounter.cpp \
|
2010-10-15 15:06:50 +02:00
|
|
|
$$PWD/maemoprofilesupdatedialog.cpp \
|
2010-10-21 16:25:16 +02:00
|
|
|
$$PWD/maemousedportsgatherer.cpp \
|
|
|
|
|
$$PWD/maemoremoteprocesslist.cpp \
|
|
|
|
|
$$PWD/maemoremoteprocessesdialog.cpp
|
2010-03-31 18:28:04 +02:00
|
|
|
|
|
|
|
|
FORMS += \
|
|
|
|
|
$$PWD/maemoconfigtestdialog.ui \
|
2010-04-15 16:11:12 +02:00
|
|
|
$$PWD/maemosettingswidget.ui \
|
2010-04-26 14:10:26 +02:00
|
|
|
$$PWD/maemosshconfigdialog.ui \
|
2010-07-06 12:04:53 +02:00
|
|
|
$$PWD/maemopackagecreationwidget.ui \
|
2010-10-11 15:40:25 +02:00
|
|
|
$$PWD/maemodeploystepwidget.ui \
|
2010-10-21 16:25:16 +02:00
|
|
|
$$PWD/maemoprofilesupdatedialog.ui \
|
|
|
|
|
$$PWD/maemoremoteprocessesdialog.ui
|
2010-02-23 16:17:04 +01:00
|
|
|
|
2010-02-08 17:51:58 +01:00
|
|
|
RESOURCES += $$PWD/qt-maemo.qrc
|