diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-17 23:20:30 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-17 23:20:30 +0900 |
commit | fb28b5dfe6c0bef00ddf6ef68874a59baeee3d3d (patch) | |
tree | 73baf558b87f2c2d7b5a39aec21330a575873493 | |
parent | 3df7f20f4b51f0fc3dc7e39d0de3323da1152077 (diff) | |
download | kplayer-fb28b5dfe6c0bef00ddf6ef68874a59baeee3d3d.tar.gz kplayer-fb28b5dfe6c0bef00ddf6ef68874a59baeee3d3d.zip |
LIB_QT -> LIB_TQT conversion to align to updated admin module
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r-- | kplayer/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kplayer/Makefile.am b/kplayer/Makefile.am index 76877a0..7042a35 100644 --- a/kplayer/Makefile.am +++ b/kplayer/Makefile.am @@ -2,7 +2,7 @@ bin_PROGRAMS = kplayer kplayer_SOURCES = kplayerpropertiesdevice.ui kplayernodeaction.cpp kplayernodeview.cpp kplayerplaylist.cpp kplayersettingsdialog.cpp kplayersettingssubtitles.ui kplayersettingsbrightness.ui kplayersettingsvolume.ui kplayersettingssaturation.ui kplayersettingsprogress.ui kplayersettingshue.ui kplayersettingscontrols.ui kplayersettingssliders.ui kplayersettingscontrast.ui kplayerlogwindow.cpp kplayersettingsvideo.ui kplayersettingsaudio.ui kplayersettingsadvanced.ui kplayersettingsgeneral.ui kplayer.cpp main.cpp -kplayer_LDADD = libkplayernoinst.la $(LIB_TDEPARTS) $(LIB_TDEIO) $(LIB_TDEUI) $(LIB_TDECORE) $(LIB_QT) $(LIBSOCKET) -lDCOP +kplayer_LDADD = libkplayernoinst.la $(LIB_TDEPARTS) $(LIB_TDEIO) $(LIB_TDEUI) $(LIB_TDECORE) $(LIB_TQT) $(LIBSOCKET) -lDCOP kplayer_COMPILE_FIRST= kplayerpropertiesadvanced.h kplayerpropertiesaudio.h kplayerpropertiesdevice.h kplayerpropertiesgeneral.h kplayerpropertiessize.h kplayerpropertiessubtitles.h kplayerpropertiesvideo.h kplayersettingsadvanced.h kplayersettingsaudio.h kplayersettingsbrightness.h kplayersettingscontrast.h kplayersettingscontrols.h kplayersettingsgeneral.h kplayersettingshue.h kplayersettingsprogress.h kplayersettingssaturation.h kplayersettingssliders.h kplayersettingssubtitles.h kplayersettingsvideo.h kplayersettingsvolume.h # These paths are KDE specific. Use them: @@ -40,13 +40,13 @@ kplayer_LDFLAGS = $(all_libraries) $(KDE_RPATH) noinst_LTLIBRARIES = libkplayernoinst.la libkplayernoinst_la_LDFLAGS = $(all_libraries) -no-undefined libkplayernoinst_la_SOURCES = x11.cpp kplayerwidget.cpp kplayerslideraction.cpp kplayerprocess.cpp kplayersettings.cpp kplayerproperties.cpp kplayeractionlist.cpp kplayerengine.cpp kplayersource.cpp kplayernode.cpp kplayerpropertiesdialog.cpp kplayerpropertiesgeneral.ui kplayerpropertiessize.ui kplayerpropertiessubtitles.ui kplayerpropertiesaudio.ui kplayerpropertiesvideo.ui kplayerpropertiesadvanced.ui -libkplayernoinst_la_LIBADD = $(LIB_TDEIO) $(LIB_TDEUI) $(LIB_TDECORE) $(LIB_QT) +libkplayernoinst_la_LIBADD = $(LIB_TDEIO) $(LIB_TDEUI) $(LIB_TDECORE) $(LIB_TQT) libkplayernoinst_la_METASOURCES = kplayerwidget.moc kplayerslideraction.moc kplayerprocess.moc kplayersettings.moc kplayerproperties.moc kplayeractionlist.moc kplayerengine.moc kplayerpropertiesdialog.moc kplayersource.moc kplayernode.moc kde_module_LTLIBRARIES = libkplayerpart.la libkplayerpart_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module -no-undefined libkplayerpart_la_SOURCES = kplayerpart.cpp -libkplayerpart_la_LIBADD = $(LIB_TDEPARTS) $(LIB_TDEIO) $(LIB_TDEUI) $(LIB_TDECORE) $(LIB_QT) -lDCOP libkplayernoinst.la +libkplayerpart_la_LIBADD = $(LIB_TDEPARTS) $(LIB_TDEIO) $(LIB_TDEUI) $(LIB_TDECORE) $(LIB_TQT) -lDCOP libkplayernoinst.la libkplayerpart_la_METASOURCES = kplayerpart.moc # Uncomment the following two lines if you add a ui.rc file for your application to make use of KDEs XML GUI builing |