diff options
| -rw-r--r-- | daemon/daemon.pro | 5 | ||||
| -rw-r--r-- | rpm/pebble.spec | 2 | ||||
| -rw-r--r-- | rpm/pebble.yaml | 3 |
3 files changed, 5 insertions, 5 deletions
diff --git a/daemon/daemon.pro b/daemon/daemon.pro index 78091e0..1799d18 100644 --- a/daemon/daemon.pro +++ b/daemon/daemon.pro @@ -5,11 +5,10 @@ CONFIG += link_pkgconfig QT -= gui QT += bluetooth dbus contacts -PKGCONFIG += mlite5 -QMAKE_CXXFLAGS += -std=c++0x +PKGCONFIG += mlite5 icu-i18n +CONFIG += c++11 LIBS += -llog4qt -LIBS += -licuuc -licui18n DEFINES += APP_VERSION=\\\"$$VERSION\\\" diff --git a/rpm/pebble.spec b/rpm/pebble.spec index 9b9df50..ba5b4b3 100644 --- a/rpm/pebble.spec +++ b/rpm/pebble.spec @@ -30,6 +30,8 @@ BuildRequires: pkgconfig(Qt5Qml) BuildRequires: pkgconfig(Qt5Core) BuildRequires: pkgconfig(mlite5) BuildRequires: pkgconfig(sailfishapp) >= 0.0.10 +BuildRequires: pkgconfig(icu-i18n) +BuildRequires: log4qt-devel BuildRequires: desktop-file-utils %description diff --git a/rpm/pebble.yaml b/rpm/pebble.yaml index e5edbaa..45fb409 100644 --- a/rpm/pebble.yaml +++ b/rpm/pebble.yaml @@ -22,9 +22,9 @@ PkgConfigBR: - Qt5Core - mlite5 - sailfishapp >= 0.0.10 +- icu-i18n PkgBR: - log4qt-devel -- libicu-devel Requires: - sailfishsilica-qt5 >= 0.10.9 - systemd-user-session-targets @@ -36,4 +36,3 @@ Files: - '%{_libdir}/systemd/user/%{name}d.service' - '%{_libdir}/systemd/user/user-session.target.wants/%{name}d.service' - '%{_datadir}/%{name}/log4qt.conf' -PkgBR: [] |
