diff options
author | Michele Calgaro <[email protected]> | 2018-09-27 16:03:53 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2018-09-27 16:03:53 +0900 |
commit | 0d9863ce237da414d17bf03e555fc597d17f4481 (patch) | |
tree | 27761cea8c76e60b07ac3bbc599a06ae478ceb60 /tdeioslave/media/mediamanager/Makefile.am | |
parent | d416a4c1f4faf859a35dea2a51223e65a21039e8 (diff) | |
download | tdebase-0d9863ce237da414d17bf03e555fc597d17f4481.tar.gz tdebase-0d9863ce237da414d17bf03e555fc597d17f4481.zip |
qt -> tqt conversion:
QTDIR -> TQTDIR
QTDOC -> TQTDOC
INCDIR_QT -> INCDIR_TQT
LIBDIR_QT -> LIBDIR_TQT
QT_INC -> TQT_INC
QT_LIB -> TQT_LIB
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'tdeioslave/media/mediamanager/Makefile.am')
-rw-r--r-- | tdeioslave/media/mediamanager/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tdeioslave/media/mediamanager/Makefile.am b/tdeioslave/media/mediamanager/Makefile.am index 108b4d19b..489226e8e 100644 --- a/tdeioslave/media/mediamanager/Makefile.am +++ b/tdeioslave/media/mediamanager/Makefile.am @@ -1,7 +1,7 @@ kde_module_LTLIBRARIES = kded_mediamanager.la if include_media_halbackend -HALBACKEND_INCS = $(HAL_INCS) $(DBUS_INCS) $(DBUSQT_INCS) +HALBACKEND_INCS = $(HAL_INCS) $(DBUS_INCS) $(DBUSTQT_INCS) endif METASOURCES = AUTO @@ -11,7 +11,7 @@ if include_media_halbackend HALBACKEND_LIB = libhalbackend.la libhalbackend_la_SOURCES = halbackend.cpp libhalbackend_la_LDFLAGS = -avoid-version $(all_libraries) -no-undefined -libhalbackend_la_LIBADD = $(HAL_LIBS) $(DBUS_LIBS) $(DBUSQT_LIBS) +libhalbackend_la_LIBADD = $(HAL_LIBS) $(DBUS_LIBS) $(DBUSTQT_LIBS) endif if include_media_linuxcdpolling |