[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:
parent
48a8247d7d
commit
2b8cadaa17
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue