diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-17 23:20:41 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-17 23:20:41 +0900 |
commit | 31390f2b8f4b6bfcde04ea10e23df1ce3477a00c (patch) | |
tree | 8f756d208f1c18407fe07b43465c8292806845ca /domino | |
parent | fc2b8cc5e05678d13302fb13f4d44e213050f8a7 (diff) | |
download | tde-style-domino-31390f2b8f4b6bfcde04ea10e23df1ce3477a00c.tar.gz tde-style-domino-31390f2b8f4b6bfcde04ea10e23df1ce3477a00c.zip |
LIB_QT -> LIB_TQT conversion to align to updated admin module
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'domino')
-rw-r--r-- | domino/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/domino/Makefile.am b/domino/Makefile.am index 5517313..0e399b8 100644 --- a/domino/Makefile.am +++ b/domino/Makefile.am @@ -14,7 +14,7 @@ noinst_HEADERS = domino.h misc.h data.h kde_style_LTLIBRARIES = domino.la domino_la_SOURCES = domino.cpp misc.cpp domino_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module $(KDE_RPATH) -domino_la_LIBADD = $(LIB_TDEUI) $(LIB_TDEUTILS) $(LIB_QT) -ltdefx -lXrender -lXft $(LIB_TDECORE) +domino_la_LIBADD = $(LIB_TDEUI) $(LIB_TDEUTILS) $(LIB_TQT) -ltdefx -lXrender -lXft $(LIB_TDECORE) domino_la_METASOURCES = AUTO noinst_LTLIBRARIES = libdomino_style.la |