Skip to content

Commit

Permalink
Fix compile with newer toolchains in Mer.
Browse files Browse the repository at this point in the history
Signed-off-by: Marko Saukko <marko.saukko@cybercom.com>
  • Loading branch information
Marko Saukko authored and rburchell committed Apr 8, 2013
1 parent 7968c10 commit a784c31
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions benchmarks/pt_mlocale/pt_mlocale.pro
Expand Up @@ -5,3 +5,4 @@ TARGET = pt_mlocale

HEADERS += pt_mlocale.h
SOURCES += pt_mlocale.cpp
LIBS += -licuuc
1 change: 1 addition & 0 deletions tests/ft_locales/ft_locales.pro
Expand Up @@ -11,6 +11,7 @@ TEST_SOURCES = \
# Input
HEADERS += ft_locales.h
SOURCES += ft_locales.cpp
LIBS += -licuuc

support_files.files += \
*.txt
Expand Down
1 change: 1 addition & 0 deletions tests/ut_mlocationdatabase/ut_mlocationdatabase.pro
Expand Up @@ -8,6 +8,7 @@ TARGET = ut_mlocationdatabase

HEADERS += ut_mlocationdatabase.h
SOURCES += ut_mlocationdatabase.cpp
LIBS += -licui18n -licuuc

support_files.files += \
*.txt
Expand Down

0 comments on commit a784c31

Please sign in to comment.