[sailfish] Add components to the sailfish project.

Add the files in qml/ttrss/components/ to the list of other files in
the sailfish project.
This commit is contained in:
Michael Käufl 2014-09-29 14:10:14 +02:00
parent 48a8247d7d
commit 2b8cadaa17

View file

@ -57,7 +57,8 @@ SOURCES += main.cpp \
OTHER_FILES += rpm/$${TARGET}.spec \ OTHER_FILES += rpm/$${TARGET}.spec \
rpm/$${TARGET}.yaml \ rpm/$${TARGET}.yaml \
$$files(rpm/*) \ $$files(rpm/*) \
$$files(qml/ttrss/harmattan/*) $$files(qml/ttrss/harmattan/*) \
$$files(qml/ttrss/components/*)
TS_FILE = $${_PRO_FILE_PWD_}/i18n/$${TARGET}.ts TS_FILE = $${_PRO_FILE_PWD_}/i18n/$${TARGET}.ts