summaryrefslogtreecommitdiffstats
path: root/digikam/libs/imageproperties
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-10-10 20:45:10 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-10-10 20:45:10 +0000
commit89954f5466dfa2afeaafc18c4e460e0c506ec91a (patch)
tree06a40fe082b8ac19a41ae8c513558f9a50ecfaae /digikam/libs/imageproperties
parent2add4e006d3c01e58e147b16bb41b9088eb076b2 (diff)
downloaddigikam-89954f5466dfa2afeaafc18c4e460e0c506ec91a.tar.gz
digikam-89954f5466dfa2afeaafc18c4e460e0c506ec91a.zip
Link most Trinity DSOs against the most common kdelibs libraries to compensate for linking changes in modern distributions such as Ubuntu Oneiric
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/digikam@1258263 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'digikam/libs/imageproperties')
-rw-r--r--digikam/libs/imageproperties/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/digikam/libs/imageproperties/Makefile.am b/digikam/libs/imageproperties/Makefile.am
index a766aef..68f3e8a 100644
--- a/digikam/libs/imageproperties/Makefile.am
+++ b/digikam/libs/imageproperties/Makefile.am
@@ -7,7 +7,7 @@ noinst_LTLIBRARIES = libimagepropertiesshowfoto.la libimagepropertiesdigikam.la
libimagepropertiescamgui_la_SOURCES = imagepropertiessidebarcamgui.cpp cameraitempropertiestab.cpp
-libimagepropertiescamgui_la_LDFLAGS = $(all_libraries) $(KDE_RPATH)
+libimagepropertiescamgui_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor
# Image Properties SideBar for Showfoto (without digiKam database support).
@@ -21,7 +21,7 @@ libimagepropertiesshowfoto_la_LIBADD = $(top_builddir)/digikam/libs/widgets/libw
$(top_builddir)/digikam/libs/threadimageio/libthreadimageio.la \
$(top_builddir)/digikam/libs/histogram/libhistogram.la
-libimagepropertiesshowfoto_la_LDFLAGS = $(all_libraries) $(KDE_RPATH)
+libimagepropertiesshowfoto_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor
# Image Properties SideBar for digiKam Main interface and Image Editor (digiKam database support).
@@ -31,7 +31,7 @@ libimagepropertiesdigikam_la_SOURCES = imagedescedittab.cpp imagepropertiessideb
imagepropertiescolorstab.cpp \
navigatebarwidget.cpp imagepropertiestab.cpp navigatebartab.cpp
-libimagepropertiesdigikam_la_LDFLAGS = $(all_libraries) $(KDE_RPATH)
+libimagepropertiesdigikam_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor
INCLUDES = -I$(top_srcdir)/digikam/libs/histogram \
-I$(top_srcdir)/digikam/libs/themeengine \