diff options
author | Michele Calgaro <[email protected]> | 2018-09-17 23:20:44 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2018-09-17 23:20:44 +0900 |
commit | 7f8a40283b0e35835c480907b3534a8d831e6c28 (patch) | |
tree | 33a01732fc2bc19329a87131b5c1ce491fb5d70b /src | |
parent | e9a91adac1bac5caf692311f0f901d0a72fb8889 (diff) | |
download | tdeio-umountwrapper-7f8a40283b0e35835c480907b3534a8d831e6c28.tar.gz tdeio-umountwrapper-7f8a40283b0e35835c480907b3534a8d831e6c28.zip |
LIB_QT -> LIB_TQT conversion to align to updated admin module
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index ed8b44e..b4255bf 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -22,6 +22,6 @@ bin_PROGRAMS = tdeio_umountwrapper # the application source, library search path, and link libraries tdeio_umountwrapper_SOURCES = main.cpp tdeio_umountwrapper.cpp -tdeio_umountwrapper_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor +tdeio_umountwrapper_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor tdeio_umountwrapper_LDADD = $(LIB_TDEUI) |