Kaydet (Commit) 30bcb7fb authored tarafından David Tardon's avatar David Tardon

set all kde4 libs in configure

Change-Id: I44b089613710bbdc776a27720c1851f68de1671e
üst eb238735
...@@ -9869,7 +9869,7 @@ the root of your Qt installation by exporting QT4DIR before running "configure". ...@@ -9869,7 +9869,7 @@ the root of your Qt installation by exporting QT4DIR before running "configure".
fi fi
KDE4_CFLAGS="`pkg-config --cflags QtCore` `pkg-config --cflags QtGui` -I$kde_incdir -DQT_CLEAN_NAMESPACE -DQT_THREAD_SUPPORT" KDE4_CFLAGS="`pkg-config --cflags QtCore` `pkg-config --cflags QtGui` -I$kde_incdir -DQT_CLEAN_NAMESPACE -DQT_THREAD_SUPPORT"
KDE4_LIBS="-L$kde_libdir -L$qt_lib_dir -lkdeui -lkdecore -lQtCore -lQtGui" KDE4_LIBS="-L$kde_libdir -L$qt_lib_dir -lkio -lkfile -lkdeui -lkdecore -lQtCore -lQtGui"
AC_LANG_PUSH([C++]) AC_LANG_PUSH([C++])
save_CXXFLAGS=$CXXFLAGS save_CXXFLAGS=$CXXFLAGS
......
...@@ -43,11 +43,6 @@ $(eval $(call gb_Library_use_libraries,kde4be1,\ ...@@ -43,11 +43,6 @@ $(eval $(call gb_Library_use_libraries,kde4be1,\
$(gb_STDLIBS) \ $(gb_STDLIBS) \
)) ))
# FIXME: add this to kde or create a new external
$(eval $(call gb_Library_add_libs,kde4be1,\
-lkio \
))
$(eval $(call gb_Library_set_componentfile,kde4be1,shell/source/backends/kde4be/kde4be1)) $(eval $(call gb_Library_set_componentfile,kde4be1,shell/source/backends/kde4be/kde4be1))
$(eval $(call gb_Library_add_exception_objects,kde4be1,\ $(eval $(call gb_Library_add_exception_objects,kde4be1,\
......
...@@ -44,10 +44,6 @@ $(eval $(call gb_Library_use_api,vclplug_kde4,\ ...@@ -44,10 +44,6 @@ $(eval $(call gb_Library_use_api,vclplug_kde4,\
udkapi \ udkapi \
)) ))
$(eval $(call gb_Library_add_libs,vclplug_kde4,\
-lkio -lkfile \
))
$(eval $(call gb_Library_use_libraries,vclplug_kde4,\ $(eval $(call gb_Library_use_libraries,vclplug_kde4,\
vclplug_gen \ vclplug_gen \
vcl \ vcl \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment