#------------------------------------------------- # # Project created by QtCreator 2012-01-15T12:50:44 # #------------------------------------------------- QT += network dbus QT -= gui TARGET = feedingitsync-client TEMPLATE = lib DEFINES += FEEDINGITSYNC_LIBRARY SOURCES += feedingitsync.cpp HEADERS += feedingitsync.h\ FeedingIt-Sync_global.h CONFIG += debug plugin meegotouchevents #PKGCONFIG += gconf-2.0 glib-2.0 INCLUDEPATH += . \ /usr/include/gq \ /usr/include/libsynccommon \ /usr/include/libsyncprofile LIBS += -lsyncpluginmgr -lsyncprofile -lgq-gconf #install target.path = /usr/lib/sync/ client.path = /etc/sync/profiles/client client.files = xml/feedingitsync.xml sync.path = /etc/sync/profiles/sync sync.files = xml/sync/* service.path = /etc/sync/profiles/service service.files = xml/service/* settingsdesktop.path = /usr/share/duicontrolpanel/desktops settingsdesktop.files = xml/settings/feedingitsync.desktop settingsxml.path = /usr/share/duicontrolpanel/uidescriptions settingsxml.files = xml/settings/feedingitsync.xml pysrc.path = /opt/feedingit pysrc.files = pysrc/*.py splash.jpg qmlfiles.path = /opt/feedingit/qml qmlfiles.files = qml/* dbusfiles.path = /usr/share/dbus-1/services dbusfiles.files = dbus/* icon.path = /usr/share/icons/hicolor/80x80/apps icon.files = feedingit.png desktopfiles.path = /usr/share/applications desktopfiles.files = feedingit.desktop binfile.path = /opt/feedingit/ binfile.files = feedingit backup.path = /usr/share/backup-framework/applications backup.files = backup/feedingit.conf INSTALLS += target client sync service settingsdesktop settingsxml pysrc qmlfiles dbusfiles icon desktopfiles binfile backup OTHER_FILES += \ qtc_packaging/debian_harmattan/rules \ qtc_packaging/debian_harmattan/README \ qtc_packaging/debian_harmattan/manifest.aegis \ qtc_packaging/debian_harmattan/copyright \ qtc_packaging/debian_harmattan/control \ qtc_packaging/debian_harmattan/compat \ qtc_packaging/debian_harmattan/changelog \ xml/service/feedingitsync.xml \ xml/sync/feedingitsync.xml \ xml/settings/feedingitsync.xml \ xml/settings/feedingitsync.desktop \ xml/feedingitsync.xml \ qtc_packaging/debian_harmattan/postinst \ qtc_packaging/debian_harmattan/postrm \ splash.jpg \ feedingit \ feedingit.desktop \ feedingit.png \ qml/qml.qmlproject.user.2.3pre1 \ qml/FeedingitUI.qmlproject \ qml/debug.log \ qml/qml.qmlproject.user \ qml/qml.qmlproject \ qml/feedSearch.js \ qml/FeedingitUI.qmlproject.user \ qml/Articles.qml \ qml/ArticleDisplay.qml \ qml/ArticleDelegate.qml \ qml/AddFeed.qml \ qml/TextInputClear.qml \ qml/TestWebview.qml \ qml/SwitchSetting.qml \ qml/SliderSetting.qml \ qml/SettingsPage.qml \ qml/Settings.qml \ qml/FeedingIt.qml \ qml/Categories.qml \ qml/AutomaticUpdate.qml \ qml/ArticleViewer.qml \ qml/MainPage.qml \ qml/main.qml \ qml/Feeds.qml \ qml/common/ToolBar.qml \ qml/common/Switch.qml \ qml/common/Slider.qml \ qml/common/Menu.qml \ qml/common/ManageSubs.qml \ qml/common/LineInput.qml \ qml/common/ConfirmationMessage.qml \ qml/common/Button.qml \ qml/common/AddFeed.qml \ qml/common/AddCat.qml \ qml/common/images/Zoom-In-icon.png \ qml/common/images/wmTaskLauncherIcon.png \ qml/common/images/wmEditIcon.png \ qml/common/images/wmCloseIcon.png \ qml/common/images/wmBackIcon.png \ qml/common/images/toolbutton.sci \ qml/common/images/toolbutton.png \ qml/common/images/rotate.png \ qml/common/images/plus.png \ qml/common/images/loading2.png \ qml/common/images/loading.png \ qml/common/images/lineedit.sci \ qml/common/images/lineedit.png \ qml/common/images/InputMethodShiftButtonNormal.png \ qml/common/images/feedingit.png \ qml/common/images/delete.png \ qml/common/images/checkmark.png \ qml/common/images/AppletCloseButton.png \ qml/i18n/qml_en.ts \ qml/i18n/qml_en.qm \ qml/i18n/FeedingIt.ts \ pysrc/XmlHandler.py \ pysrc/wc.py \ pysrc/httpprogresshandler.py \ pysrc/jobmanager.py \ pysrc/mainthread.py \ pysrc/opml.py \ pysrc/opml_lib.py \ pysrc/rss_sqlite.py \ pysrc/update_feeds.py \ pysrc/updatedbus.py \ pysrc/feedparser.py \ pysrc/feedingitdbus.py \ pysrc/feedingit.py \ pysrc/eventfeed.py \ pysrc/download.py \ pysrc/debugging.py \ pysrc/config.py \ pysrc/BeautifulSoup.py \ pysrc/__init__.py \ dbus/feedingit_status.service \ dbus/feedingit.service \ backup/feedingit.conf