From 2b8cadaa178a736bdd7454f0ffbaf45f861d17d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20K=C3=A4ufl?= Date: Mon, 29 Sep 2014 14:10:14 +0200 Subject: [PATCH] [sailfish] Add components to the sailfish project. Add the files in qml/ttrss/components/ to the list of other files in the sailfish project. --- harbour-ttrss-cnlpete.pro | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/harbour-ttrss-cnlpete.pro b/harbour-ttrss-cnlpete.pro index 9e3b3de..a76849d 100644 --- a/harbour-ttrss-cnlpete.pro +++ b/harbour-ttrss-cnlpete.pro @@ -57,7 +57,8 @@ SOURCES += main.cpp \ OTHER_FILES += rpm/$${TARGET}.spec \ rpm/$${TARGET}.yaml \ $$files(rpm/*) \ - $$files(qml/ttrss/harmattan/*) + $$files(qml/ttrss/harmattan/*) \ + $$files(qml/ttrss/components/*) TS_FILE = $${_PRO_FILE_PWD_}/i18n/$${TARGET}.ts