diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-05-19 00:38:53 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-05-19 00:38:53 -0500 |
commit | 73f919594a43c46255e3efc1b4a6cea48f5c5e99 (patch) | |
tree | b10ee271903c9dda510bee0588926460c070143d /kaddressbook/kcmconfigs | |
parent | 441acaaa9a25930e9290584398437ed5b7371123 (diff) | |
download | tdepim-73f919594a43c46255e3efc1b4a6cea48f5c5e99.tar.gz tdepim-73f919594a43c46255e3efc1b4a6cea48f5c5e99.zip |
Fix building on Qt3
Diffstat (limited to 'kaddressbook/kcmconfigs')
-rw-r--r-- | kaddressbook/kcmconfigs/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kaddressbook/kcmconfigs/Makefile.am b/kaddressbook/kcmconfigs/Makefile.am index 37eadee7a..62fb7612f 100644 --- a/kaddressbook/kcmconfigs/Makefile.am +++ b/kaddressbook/kcmconfigs/Makefile.am @@ -25,7 +25,7 @@ kcm_kabldapconfig_la_LIBADD = $(LIB_KIO) $(LIB_KABC) $(top_builddir)/libtdepim/l kcm_kabcustomfields_la_SOURCES = kcmkabcustomfields.cpp kcm_kabcustomfields_la_LDFLAGS = -module $(KDE_PLUGIN) $(KDE_RPATH) $(all_libraries) \ -avoid-version -no-undefined -kcm_kabcustomfields_la_LIBADD = $(LIB_TDEUI) -ltqui \ +kcm_kabcustomfields_la_LIBADD = $(LIB_TDEUI) $(LIB_QUI) \ $(top_builddir)/kaddressbook/common/libkabcommon.la kcm_kabcustomfields_la_COMPILE_FIRST = $(top_builddir)/kaddressbook/common/kabprefs_base.h |