psa: removing feedingit from /usr/bin
[feedingit] / FeedingIt-Sync / FeedingIt-Sync.pro
1 #-------------------------------------------------
2 #
3 # Project created by QtCreator 2012-01-15T12:50:44
4 #
5 #-------------------------------------------------
6
7 QT       += network dbus
8
9 QT       -= gui
10
11 TARGET = feedingitsync-client
12 TEMPLATE = lib
13
14 DEFINES += FEEDINGITSYNC_LIBRARY
15
16 SOURCES += feedingitsync.cpp
17
18 HEADERS += feedingitsync.h\
19         FeedingIt-Sync_global.h
20
21 CONFIG += debug plugin meegotouchevents
22 #PKGCONFIG += gconf-2.0 glib-2.0
23
24 INCLUDEPATH += .  \
25                  /usr/include/gq \
26                  /usr/include/libsynccommon \
27                  /usr/include/libsyncprofile
28
29 LIBS += -lsyncpluginmgr -lsyncprofile -lgq-gconf
30
31 #install
32 target.path = /usr/lib/sync/
33
34 client.path = /etc/sync/profiles/client
35 client.files = xml/feedingitsync.xml
36
37 sync.path = /etc/sync/profiles/sync
38 sync.files = xml/sync/*
39
40 service.path = /etc/sync/profiles/service
41 service.files = xml/service/*
42
43 settingsdesktop.path = /usr/share/duicontrolpanel/desktops
44 settingsdesktop.files = xml/settings/feedingitsync.desktop
45
46 settingsxml.path = /usr/share/duicontrolpanel/uidescriptions
47 settingsxml.files = xml/settings/feedingitsync.xml
48
49 pysrc.path = /usr/share/feedingit
50 pysrc.files = pysrc/*.py splash.jpg
51
52 qmlfiles.path = /usr/share/feedingit/qml
53 qmlfiles.files = qml/*
54
55 dbusfiles.path = /usr/share/dbus-1/services
56 dbusfiles.files = dbus/*
57
58 icon.path = /usr/share/icons/hicolor/80x80/apps
59 icon.files = feedingit.png
60
61 desktopfiles.path = /usr/share/applications
62 desktopfiles.files = feedingit.desktop
63
64 binfile.path = /usr/share/feedingit/
65 binfile.files = feedingit
66
67 backup.path = /usr/share/backup-framework/applications
68 backup.files = backup/feedingit.conf
69
70 INSTALLS += target client sync service settingsdesktop settingsxml pysrc qmlfiles dbusfiles icon desktopfiles binfile backup
71
72 OTHER_FILES += \
73     qtc_packaging/debian_harmattan/rules \
74     qtc_packaging/debian_harmattan/README \
75     qtc_packaging/debian_harmattan/manifest.aegis \
76     qtc_packaging/debian_harmattan/copyright \
77     qtc_packaging/debian_harmattan/control \
78     qtc_packaging/debian_harmattan/compat \
79     qtc_packaging/debian_harmattan/changelog \
80     xml/service/feedingitsync.xml \
81     xml/sync/feedingitsync.xml \
82     xml/settings/feedingitsync.xml \
83     xml/settings/feedingitsync.desktop \
84     xml/feedingitsync.xml \
85     qtc_packaging/debian_harmattan/postinst \
86     qtc_packaging/debian_harmattan/postrm \
87     splash.jpg \
88     feedingit \
89     feedingit.desktop \
90     feedingit.png \
91     qml/qml.qmlproject.user.2.3pre1 \
92     qml/FeedingitUI.qmlproject \
93     qml/debug.log \
94     qml/qml.qmlproject.user \
95     qml/qml.qmlproject \
96     qml/feedSearch.js \
97     qml/FeedingitUI.qmlproject.user \
98     qml/Articles.qml \
99     qml/ArticleDisplay.qml \
100     qml/ArticleDelegate.qml \
101     qml/AddFeed.qml \
102     qml/TextInputClear.qml \
103     qml/TestWebview.qml \
104     qml/SwitchSetting.qml \
105     qml/SliderSetting.qml \
106     qml/SettingsPage.qml \
107     qml/Settings.qml \
108     qml/FeedingIt.qml \
109     qml/Categories.qml \
110     qml/AutomaticUpdate.qml \
111     qml/ArticleViewer.qml \
112     qml/MainPage.qml \
113     qml/main.qml \
114     qml/Feeds.qml \
115     qml/common/ToolBar.qml \
116     qml/common/Switch.qml \
117     qml/common/Slider.qml \
118     qml/common/Menu.qml \
119     qml/common/ManageSubs.qml \
120     qml/common/LineInput.qml \
121     qml/common/ConfirmationMessage.qml \
122     qml/common/Button.qml \
123     qml/common/AddFeed.qml \
124     qml/common/AddCat.qml \
125     qml/common/images/Zoom-In-icon.png \
126     qml/common/images/wmTaskLauncherIcon.png \
127     qml/common/images/wmEditIcon.png \
128     qml/common/images/wmCloseIcon.png \
129     qml/common/images/wmBackIcon.png \
130     qml/common/images/toolbutton.sci \
131     qml/common/images/toolbutton.png \
132     qml/common/images/rotate.png \
133     qml/common/images/plus.png \
134     qml/common/images/loading2.png \
135     qml/common/images/loading.png \
136     qml/common/images/lineedit.sci \
137     qml/common/images/lineedit.png \
138     qml/common/images/InputMethodShiftButtonNormal.png \
139     qml/common/images/feedingit.png \
140     qml/common/images/delete.png \
141     qml/common/images/checkmark.png \
142     qml/common/images/AppletCloseButton.png \
143     qml/i18n/qml_en.ts \
144     qml/i18n/qml_en.qm \
145     qml/i18n/FeedingIt.ts \
146     pysrc/XmlHandler.py \
147     pysrc/wc.py \
148     pysrc/httpprogresshandler.py \
149     pysrc/jobmanager.py \
150     pysrc/mainthread.py \
151     pysrc/opml.py \
152     pysrc/opml_lib.py \
153     pysrc/rss_sqlite.py \
154     pysrc/update_feeds.py \
155     pysrc/updatedbus.py \
156     pysrc/feedparser.py \
157     pysrc/feedingitdbus.py \
158     pysrc/feedingit.py \
159     pysrc/eventfeed.py \
160     pysrc/download.py \
161     pysrc/debugging.py \
162     pysrc/config.py \
163     pysrc/BeautifulSoup.py \
164     pysrc/__init__.py \
165     dbus/feedingit_status.service \
166     dbus/feedingit.service \
167     backup/feedingit.conf