summaryrefslogtreecommitdiffstats
path: root/config.tests/unix/icu/icu.pro
diff options
context:
space:
mode:
Diffstat (limited to 'config.tests/unix/icu/icu.pro')
-rw-r--r--config.tests/unix/icu/icu.pro6
1 files changed, 5 insertions, 1 deletions
diff --git a/config.tests/unix/icu/icu.pro b/config.tests/unix/icu/icu.pro
index f92d7cdfb8..eeed0eaff3 100644
--- a/config.tests/unix/icu/icu.pro
+++ b/config.tests/unix/icu/icu.pro
@@ -2,4 +2,8 @@ SOURCES = icu.cpp
CONFIG += console
CONFIG -= qt dylib
-include($$PWD/../../../src/3rdparty/icu_dependency.pri)
+CONFIG += build_all
+CONFIG(debug, debug|release): \
+ LIBS += $$LIBS_DEBUG
+else: \
+ LIBS += $$LIBS_RELEASE