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-02-08 17:51:58 +01:00
|
|
|
$$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-20 17:02:31 +02:00
|
|
|
$$PWD/maemopackagecreationwidget.h \
|
2010-05-20 15:47:42 +02:00
|
|
|
$$PWD/maemopackagecontents.h \
|
|
|
|
|
$$PWD/qemuruntimemanager.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-02-08 17:51:58 +01:00
|
|
|
$$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-20 17:02:31 +02:00
|
|
|
$$PWD/maemopackagecreationwidget.cpp \
|
2010-05-20 15:47:42 +02:00
|
|
|
$$PWD/maemopackagecontents.cpp \
|
|
|
|
|
$$PWD/qemuruntimemanager.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 \
|
|
|
|
|
$$PWD/maemopackagecreationwidget.ui
|
2010-02-23 16:17:04 +01:00
|
|
|
|
2010-02-08 17:51:58 +01:00
|
|
|
RESOURCES += $$PWD/qt-maemo.qrc
|