|
|
|
@ -38,7 +38,7 @@ station_DATA = stations.dat
|
|
|
|
|
kcm_weather_la_SOURCES = kcmweather.cpp prefdialogdata.ui weatherservice.stub
|
|
|
|
|
kcm_weather_la_LDFLAGS = -module $(KDE_PLUGIN) $(KDE_RPATH) $(all_libraries) \
|
|
|
|
|
-avoid-version -no-undefined
|
|
|
|
|
kcm_weather_la_LIBADD = $(LIB_TDEUI) $(LIB_KIO)
|
|
|
|
|
kcm_weather_la_LIBADD = $(LIB_TDEUI) $(LIB_TDEIO)
|
|
|
|
|
|
|
|
|
|
kcm_weatherservice_la_SOURCES = kcmweatherservice.cpp serviceconfigwidget.cpp \
|
|
|
|
|
serviceconfigdata.ui weatherservice.stub
|
|
|
|
@ -48,7 +48,7 @@ kcm_weatherservice_la_LIBADD = $(LIB_TDEUI)
|
|
|
|
|
|
|
|
|
|
#weather_sidebar_la_SOURCES = sidebarwidgetbase.ui sidebarwidget.cpp dockwidget.cpp weatherbar.cpp weatherbar.skel
|
|
|
|
|
#weather_sidebar_la_LDFLAGS = $(all_libraries) -module -no-undefined
|
|
|
|
|
#weather_sidebar_la_LIBADD = $(LIB_KPARTS) $(LIB_TDEFILE) -lkonqsidebarplugin
|
|
|
|
|
#weather_sidebar_la_LIBADD = $(LIB_TDEPARTS) $(LIB_TDEFILE) -lkonqsidebarplugin
|
|
|
|
|
|
|
|
|
|
#globalentrydir = $(kde_datadir)/konqsidebartng/entries
|
|
|
|
|
#globalentry_DATA = weatherbar.desktop
|
|
|
|
@ -56,8 +56,8 @@ kcm_weatherservice_la_LIBADD = $(LIB_TDEUI)
|
|
|
|
|
#globaladddir = $(kde_datadir)/konqsidebartng/add
|
|
|
|
|
#globaladd_DATA = weatherbar_add.desktop
|
|
|
|
|
|
|
|
|
|
kweatherservice_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor
|
|
|
|
|
kweatherservice_LDADD = $(LIB_KIO)
|
|
|
|
|
kweatherservice_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
|
|
|
|
|
kweatherservice_LDADD = $(LIB_TDEIO)
|
|
|
|
|
kweatherservice_SOURCES = main.cpp metar_parser.cpp weatherlib.cpp \
|
|
|
|
|
weatherservice.cpp weatherservice.skel \
|
|
|
|
|
stationdatabase.cpp sun.cpp weatherservice.stub
|
|
|
|
|