Skip to content
Snippets Groups Projects
qt-maemo.pri 2.51 KiB
Newer Older
HEADERS += \
    $$PWD/maemoconfigtestdialog.h \
    $$PWD/maemoconstants.h \
    $$PWD/maemodeviceconfigurations.h \
    $$PWD/maemomanager.h \
    $$PWD/maemorunconfiguration.h \
    $$PWD/maemorunconfigurationwidget.h \
    $$PWD/maemoruncontrol.h \
    $$PWD/maemorunfactories.h \
    $$PWD/maemosettingspage.h \
    $$PWD/maemosettingswidget.h \
    $$PWD/maemosshconfigdialog.h \
    $$PWD/maemotoolchain.h \
    $$PWD/maemopackagecreationstep.h \
    $$PWD/maemopackagecreationfactory.h \
    $$PWD/maemopackagecreationwidget.h \
    $$PWD/maemodeployablelistmodel.h \
ck's avatar
ck committed
    $$PWD/maemoqemumanager.h \
    $$PWD/maemoprofilewrapper.h \
    $$PWD/maemodeployables.h \
    $$PWD/maemodeployable.h \
    $$PWD/maemodeployablelistwidget.h \
    $$PWD/maemodeploystep.h \
    $$PWD/maemodeploystepwidget.h \
    $$PWD/maemodeploystepfactory.h \
    $$PWD/maemoglobal.h \
    $$PWD/maemosshrunner.h \
    $$PWD/maemodebugsupport.h \
    $$PWD/maemodeviceconfiglistmodel.h \
    $$PWD/maemoremotemountsmodel.h \
    $$PWD/maemodeviceenvreader.h \
    $$PWD/maemotemplatesmanager.h \
    $$PWD/maemomountspecification.h \
    $$PWD/maemoremotemounter.h
SOURCES += \
    $$PWD/maemoconfigtestdialog.cpp \
    $$PWD/maemodeviceconfigurations.cpp \
    $$PWD/maemomanager.cpp \
    $$PWD/maemorunconfiguration.cpp \
    $$PWD/maemorunconfigurationwidget.cpp \
    $$PWD/maemoruncontrol.cpp \
    $$PWD/maemorunfactories.cpp \
    $$PWD/maemosettingspage.cpp \
    $$PWD/maemosettingswidget.cpp \
    $$PWD/maemosshconfigdialog.cpp \
    $$PWD/maemotoolchain.cpp \
    $$PWD/maemopackagecreationstep.cpp \
    $$PWD/maemopackagecreationfactory.cpp \
    $$PWD/maemopackagecreationwidget.cpp \
    $$PWD/maemodeployablelistmodel.cpp \
ck's avatar
ck committed
    $$PWD/maemoqemumanager.cpp \
    $$PWD/maemoprofilewrapper.cpp \
    $$PWD/maemodeployables.cpp \
    $$PWD/maemodeployablelistwidget.cpp \
    $$PWD/maemodeploystep.cpp \
    $$PWD/maemodeploystepwidget.cpp \
    $$PWD/maemodeploystepfactory.cpp \
    $$PWD/maemoglobal.cpp \
    $$PWD/maemosshrunner.cpp \
    $$PWD/maemodebugsupport.cpp \
    $$PWD/maemodeviceconfiglistmodel.cpp \
    $$PWD/maemoremotemountsmodel.cpp \
    $$PWD/maemodeviceenvreader.cpp \
    $$PWD/maemotemplatesmanager.cpp \
    $$PWD/maemomountspecification.cpp \
    $$PWD/maemoremotemounter.cpp

FORMS += \
    $$PWD/maemoconfigtestdialog.ui \
    $$PWD/maemosettingswidget.ui \
    $$PWD/maemosshconfigdialog.ui \
    $$PWD/maemopackagecreationwidget.ui \
    $$PWD/maemodeployablelistwidget.ui \
    $$PWD/maemodeploystepwidget.ui
RESOURCES += $$PWD/qt-maemo.qrc