diff options
Diffstat (limited to 'daemon/daemon.pro')
| -rw-r--r-- | daemon/daemon.pro | 5 |
1 files changed, 2 insertions, 3 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\\\" |
