Skip to content

Commit

Permalink
Updated build
Browse files Browse the repository at this point in the history
  • Loading branch information
tanghus committed Jan 24, 2019
1 parent 2509b14 commit 4fb4d6a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 deletions.
12 changes: 9 additions & 3 deletions harbour-kitchentimer.pro
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,17 @@ SOURCES = \
../qml/pages/TimerPage.qml \
../qml/pages/TimersDialog.qml \
../qml/pages/AboutPage.qml \
../qml/cover/CoverPage.qml \
../qml/pages/SettingsDialog.qml
../qml/pages/SettingsDialog.qml \
../qml/components/KitchenTimer.qml \
../qml/components/Storage.qml \
../qml/components/TimeField.qml \
../qml/cover/CoverPage.qml
}

CONFIG += sailfishapp_i18n
TRANSLATIONS = translations/ca.ts \
TRANSLATIONS = \
translations/ar.ts \
translations/ca.ts \
translations/cs.ts \
translations/da_DK.ts \
translations/de_DE.ts \
Expand All @@ -56,6 +61,7 @@ TRANSLATIONS = translations/ca.ts \
translations/nb.ts \
translations/nl.ts \
translations/pl_PL.ts \
translations/pt_PT.ts \
translations/ru.ts \
translations/sl_SI.ts \
translations/sv.ts \
Expand Down
4 changes: 2 additions & 2 deletions rpm/harbour-kitchentimer.spec
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ Name: harbour-kitchentimer
%{!?qtc_make:%define qtc_make make}
%{?qtc_builddir:%define _builddir %qtc_builddir}
Summary: Kitchen Timer
Version: 0.2.1
Release: 2
Version: 0.3
Release: 3
Group: Qt/Qt
License: BSD
URL: https://github.com/tanghus/kitchen-timer-qml
Expand Down
4 changes: 2 additions & 2 deletions rpm/harbour-kitchentimer.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Name: harbour-kitchentimer
Summary: Kitchen Timer
Version: 0.2.1
Release: 2
Version: 0.3
Release: 3
Group: Qt/Qt
License: BSD
URL: https://github.com/tanghus/kitchen-timer-qml
Expand Down

0 comments on commit 4fb4d6a

Please sign in to comment.