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-06-29 14:10:01 +02:00
|
|
|
$$PWD/qemuruntimemanager.h \
|
2010-07-06 12:04:53 +02:00
|
|
|
$$PWD/profilewrapper.h \
|
|
|
|
|
$$PWD/maemodeployables.h \
|
|
|
|
|
$$PWD/maemodeployable.h \
|
2010-07-12 11:07:36 +02:00
|
|
|
$$PWD/maemodeployablelistwidget.h \
|
|
|
|
|
$$PWD/maemodeploystep.h \
|
|
|
|
|
$$PWD/maemodeploystepwidget.h \
|
|
|
|
|
$$PWD/maemodeploystepfactory.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-06-29 14:10:01 +02:00
|
|
|
$$PWD/qemuruntimemanager.cpp \
|
2010-07-06 12:04:53 +02:00
|
|
|
$$PWD/profilewrapper.cpp \
|
|
|
|
|
$$PWD/maemodeployables.cpp \
|
2010-07-12 11:07:36 +02:00
|
|
|
$$PWD/maemodeployablelistwidget.cpp \
|
|
|
|
|
$$PWD/maemodeploystep.cpp \
|
|
|
|
|
$$PWD/maemodeploystepwidget.cpp \
|
|
|
|
|
$$PWD/maemodeploystepfactory.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-07-12 11:07:36 +02:00
|
|
|
$$PWD/maemodeployablelistwidget.ui \
|
|
|
|
|
qt-maemo/maemodeploystepwidget.ui
|
2010-02-23 16:17:04 +01:00
|
|
|
|
2010-02-08 17:51:58 +01:00
|
|
|
RESOURCES += $$PWD/qt-maemo.qrc
|