blob: dab4b63e7c145a71d9aee74eeebc1f95f8da4fcf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
diff --git a/kimera.pro b/kimera.pro
index 0d4f0be..a2b63da 100644
--- a/kimera.pro
+++ b/kimera.pro
@@ -90,7 +90,7 @@ SOURCES = \
isEmpty( no_anthy ) {
HEADERS += src/anthyengine.h
SOURCES += src/anthyengine.cpp
-# LIBS += -ldl
+ LIBS += $$QMAKE_LIBS_DYNLOAD
isEmpty( default_kanjiengine ) {
default_kanjiengine = Anthy
}
|